commit
791bbbabcf
3
setup.py
3
setup.py
@ -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={
|
||||||
|
Loading…
Reference in New Issue
Block a user