Rip out remnants of setup.py test support
It's broken (on Python 2.7) anyway.
This commit is contained in:
parent
f6f64bf784
commit
8aa0b32363
2
setup.py
2
setup.py
|
@ -56,13 +56,11 @@ setup(
|
|||
|
||||
py_modules=['check_manifest'],
|
||||
zip_safe=False,
|
||||
test_suite='tests.test_suite',
|
||||
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
|
||||
install_requires=['toml', 'pep517'],
|
||||
extras_require={
|
||||
'test': ['mock'],
|
||||
},
|
||||
tests_require=['mock'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'check-manifest = check_manifest:main',
|
||||
|
|
Loading…
Reference in New Issue