Mercurial > code > home > repos > mqtt_client
diff setup.py @ 0:834594523aa4
move from homeauto repo
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 10:06:04 -0800 |
parents | |
children | 858118795bb8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/setup.py Wed Nov 24 10:06:04 2021 -0800 @@ -0,0 +1,12 @@ +from setuptools import setup + +setup( + name='mqtt_client', + version='0.9.0', + packages=['mqtt_client'], + package_dir={'mqtt_client': ''}, + install_requires=['rx>=3.0.0', 'twisted-mqtt'], + url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.9.0.tar.gz', + author='Drew Perttula', + author_email='drewp@bigasterisk.com', +)