Update setup.py

This commit is contained in:
blackberrymamba
2018-12-17 15:33:27 +01:00
committed by GitHub
parent 44729a4bca
commit 9a1096bc40

View File

@@ -23,6 +23,7 @@ setup(
packages=find_packages(exclude=['tests', 'tests.*']), packages=find_packages(exclude=['tests', 'tests.*']),
zip_safe=False, zip_safe=False,
include_package_data=True, include_package_data=True,
python_requires='>= 2.7, < 3',
install_requires=[ install_requires=[
'setuptools', 'setuptools',
'Mopidy >= 1.0', 'Mopidy >= 1.0',