Fixed setup.py

This commit is contained in:
Даниил Николаев 2019-12-29 22:14:42 +04:00 committed by GitHub
parent 7c5e145d35
commit dc7ffa8ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,7 @@ setup(
],
keywords='trio mqtt',
package_dir={'': 'trio_paho_mqtt'}, # Optional
packages=find_packages(where='trio_paho_mqtt'),
packages=["trio_paho_mqtt"],
python_requires='>=3.5, <4',
install_requires=['paho-mqtt', 'trio'],
project_urls={