Skip to content

Commit

Permalink
Removed eggs, added version specific wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Jan 15, 2014
1 parent 7bcc8d3 commit 37fdca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ flake8:
flake8 blackhole --ignore="F403"

pypi:
python setup.py sdist bdist_egg bdist_wheel upload
python setup.py sdist upload
python2.6 setup.py bdist_wheel upload
python2.7 setup.py bdist_wheel upload
python3.3 setup.py bdist_wheel upload

docs:
pip install sphinx
Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

[aliases]
release = egg_info -RDb ''
upload = upload --sign --identity=49FCF4D9

[wheel]
universal = 1
upload = upload --sign --identity=FF214105

0 comments on commit 37fdca7

Please sign in to comment.