diff --git a/DEVELOPING.md b/DEVELOPING.md index 51422b7..f3035dc 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -73,13 +73,12 @@ brew install pandoc ``` mkvirtualenv pypi pip install twine - twine register -r pypitest dist/pyzbar-0.1.1-py2.py3-none-any.whl twine upload -r pypitest dist/* ``` 4. Test the release to pypitest - * Check https://testpypi.python.org/pypi/pyzbar/ + * Check https://test.pypi.org/project/pyzbar/ * If you are on Windows diff --git a/setup.py b/setup.py index a5be9ba..1ed4fb1 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def readme(): 'name': 'pyzbar', 'version': pyzbar.__version__, 'author': 'Lawrence Hudson', - 'author_email': 'l.hudson@nhm.ac.uk', + 'author_email': 'quicklizard@googlemail.com', 'url': URL, 'license': 'MIT', 'description': pyzbar.__doc__,