Use wheel

This commit is contained in:
nvbn
2015-05-07 14:16:07 +02:00
parent 36d80859a4
commit 0cdd23edcf
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ call('git commit -am "Bump to {}"'.format(version), shell=True)
call('git tag {}'.format(version), shell=True)
call('git push', shell=True)
call('git push --tags', shell=True)
call('python setup.py sdist upload', shell=True)
call('python setup.py sdist bdist_wheel upload', shell=True)
+1
View File
@@ -1,3 +1,4 @@
pytest
mock
pytest-mock
wheel
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1