Skip to content

Commit

Permalink
Add upload to pypi script
Browse files Browse the repository at this point in the history
  • Loading branch information
dschreij committed Nov 28, 2018
1 parent fb23879 commit 9708377
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
packages=find_packages('.'),
install_requires=[
'qtpy',
'PyQt5'
],
classifiers=[
'Intended Audience :: Developers',
Expand Down
4 changes: 4 additions & 0 deletions upload_to_pypi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
rm -Rf deb_dist dist
python setup.py sdist upload
python setup.py bdist_wheel upload

0 comments on commit 9708377

Please sign in to comment.