Skip to content

Commit

Permalink
More prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Mar 18, 2018
1 parent 36ca5ee commit 5c36306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__,
Expand Down

0 comments on commit 5c36306

Please sign in to comment.