Index: build.sh =================================================================== diff -u -rb93016ee67204223658152cb2952e8ab16af1b94 -r6388ebc1ce5d1126394c2718e0d9c5ddf7990bef --- build.sh (.../build.sh) (revision b93016ee67204223658152cb2952e8ab16af1b94) +++ build.sh (.../build.sh) (revision 6388ebc1ce5d1126394c2718e0d9c5ddf7990bef) @@ -19,4 +19,4 @@ python3 setup.py bdist_wheel if [ $? -ne 0 ]; then echo "Error building package. Exiting..."; exit 1; fi -echo "Success! Please distribute dist/dialin-x.y.z-py3-none-any.whl accordingly." +echo "Success! Please distribute dist/leahi_dialin-x.y.z-py3-none-any.whl accordingly." Index: setup.py =================================================================== diff -u -r2138d06d100fdcf23f2e9069f35ee2fdee62008f -r6388ebc1ce5d1126394c2718e0d9c5ddf7990bef --- setup.py (.../setup.py) (revision 2138d06d100fdcf23f2e9069f35ee2fdee62008f) +++ setup.py (.../setup.py) (revision 6388ebc1ce5d1126394c2718e0d9c5ddf7990bef) @@ -69,8 +69,8 @@ check_if_git_repo() setuptools.setup( name="leahi_dialin", - author="Peter Lucia", - author_email="plucia@diality.com", + author="Micheal Garthwaite", + author_email="mgarthwaite@diality.com", description="The Diality Dialin API", packages=setuptools.find_packages(exclude=["test*", "tools", "venv"]), classifiers=[ # all classifiers: https://pypi.org/classifiers/