1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-18 18:31:04 +00:00

Fixed setup.py

This commit is contained in:
Alban 2019-04-13 18:54:39 +02:00 committed by GitHub
parent 3924ada03e
commit 7edc30d683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ setup(
zip_safe=False,
include_package_data=True,
test_suite='tests.suite',
tests_require = [ 'lxml' ] + [ r for er in extras.values() for r in er ],
tests_require = [ 'lxml' ],
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',