Skip to content

Commit

Permalink
Signed package
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jan 18, 2015
1 parent c4d9f9f commit 33295a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docs:
python setup.py upload_docs --upload-dir docs/_build/html

update:
python setup.py sdist upload
python setup.py sdist upload --sign
sudo pip install hwrt --upgrade

test:
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@

config = {
'name': 'hwrt',
'version': '0.1.208',
'version': '0.1.209',
'author': 'Martin Thoma',
'author_email': 'info@martin-thoma.de',
'maintainer': 'Martin Thoma',
'maintainer_email': 'info@martin-thoma.de',
'packages': ['hwrt'],
'scripts': ['bin/hwrt', 'bin/backup.py',
'bin/test.py', 'bin/train.py',
'bin/create_testset_online_once.py'],
'package_data': {'hwrt': ['templates/*', 'misc/*']},
'platforms': ['Linux', 'MacOS X', 'Windows'],
'url': 'https://github.com/MartinThoma/hwrt',
'license': 'MIT',
'description': 'Handwriting Recognition Tools',
Expand Down

0 comments on commit 33295a3

Please sign in to comment.