Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1493:391140f53dfd
reformat
Ignore-this: 823c997b62c14b717c614c3205c23bd
darcs-hash:1ce5bace80bbdad6fb904bd3dfcf32ed0f1fa127
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 29 Jan 2020 01:04:09 -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', )