Skip to content

Commit

Permalink
Set up wheel distribution support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Nov 15, 2013
1 parent 128bda5 commit 4807e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[wheel]
universal = 1
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@ def get_package_data(package):

if sys.argv[-1] == 'publish':
os.system("python setup.py sdist upload")
os.system("python setup.py bdist_wheel upload")
print("You probably want to also tag the version now:")
print(" git tag -a %s -m 'version %s'" % (version, version))
print(" git push --tags")
Expand Down

0 comments on commit 4807e00

Please sign in to comment.