mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
Update setup.py
This commit is contained in:
@@ -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',
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user