Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1506:fb62c17633df
release 0.8.0
Ignore-this: 41fefe049a851c39dc7226c081350bd8
darcs-hash:37eb2b9de8f44e74e69283c13ad0fbb66b7a8fcd
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 03 Feb 2020 00:51:26 -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', )