removing wheel upload from register command in setup.py

This commit is contained in:
Roman Mogilatov 2015-01-05 11:37:57 +02:00
parent 80e18e7562
commit e98745b8aa

View File

@ -29,7 +29,6 @@ with open('VERSION') as version:
# Helper commands.
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')