Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1492:7c7415cfbc02
iot2: WIP still. more messages schema
Ignore-this: ef94336852ff8885df861146fc1b01b
darcs-hash:f5e1ffe61ecff1a7430b58a7504e35dcc809b1f8
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 29 Jan 2020 01:03:40 -0800 |
parents | 67e8b237d7bf |
children |
line wrap: on
line source
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', )