Skip to content

Commit

Permalink
Use twine for uploads, not setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Jun 15, 2017
1 parent 75eda23 commit babafae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ license_file = LICENSE
universal=1

[aliases]
pypi_release = clean --all sdist --formats=bztar,zip bdist_wheel register upload

release = clean --all sdist --formats=gztar,bztar,zip bdist_wheel
release = clean --all sdist --formats=gztar bdist_wheel

0 comments on commit babafae

Please sign in to comment.