Leonardo Barcaroli 2019-01-11 18:19:05 +01:00
parent bb3ef118ce
commit 41e9911719
1 changed files with 3 additions and 7 deletions

View File

@ -13,6 +13,7 @@ with open('HISTORY.rst') as history_file:
requirements = [
'Click>=6.0',
'selenium>=3.141.0',
# TODO: put package requirements here
]
@ -48,15 +49,10 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.7',
],
test_suite='tests',
test_suite='pytest',
tests_require=test_requirements,
setup_requires=setup_requirements,
)