1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

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

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)

View File

@ -1,3 +1,4 @@
pytest
mock
pytest-mock
wheel

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1