Update setup.py

This commit is contained in:
2016-02-07 03:42:38 -05:00
parent b4b630f40d
commit 2cc5411106
+2 -2
View File
@@ -12,7 +12,7 @@ from setuptools import setup
if sys.argv[-1] == 'publish':
os.system('python setup.py register')
os.system('python setup.py sdist upload')
os.system('python setup.py bdist_wheel upload')
os.system('python setup.py bdist_wheel upload --universal')
sys.exit()
requires = ['psycopg2', 'tablib']
@@ -51,4 +51,4 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
)
)
)