Skip to content

Commit

Permalink
Fix setup.py (comma was missing between topics), and update build.bat…
Browse files Browse the repository at this point in the history
… to install required packages via pip.

Signed-off-by: Oliver Kocsis <oliver.kocsis@gmail.com>
  • Loading branch information
oliverkocsis committed Jun 19, 2017
1 parent eb425a2 commit d31461c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions distribute.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
rmdir dist /s /q
python setup.py sdist
pip install wheel
python setup.py bdist_wheel
pip install twine
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

'Topic :: Communications :: Chat',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Application Frameworks'
'Topic :: Software Development :: Libraries :: Application Frameworks',

'Operating System :: OS Independent',
'Environment :: Web Environment',
Expand Down

0 comments on commit d31461c

Please sign in to comment.