Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 585:bac05a73a8ab
release 0.7.0
Ignore-this: 91592ac0e434c1585a7afbb0313f0f05
author | drewp@bigasterisk.com |
---|---|
date | Fri, 10 May 2019 02:10:05 -0700 |
parents | 865dc66aa2c0 |
children | 8838f07aea62 |
line wrap: on
line source
from setuptools import setup setup( name='mqtt_client', version='0.7.0', packages=['mqtt_client'], package_dir={'mqtt_client': ''}, install_requires=['rx', 'twisted-mqtt'], url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )