Merge pull request #2 from nm17/patch-1

Fixed setup.py
This commit is contained in:
Bennett Kanuka 2020-02-10 16:32:34 -05:00 committed by GitHub
commit 791bbbabcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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