Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1440:2e9361f233f2
typo in piNode config
Ignore-this: 22a04ddff35fe67f3e94aa84f69e54cb
darcs-hash:90e04e96cbc8d47214d5de9f6b28eb866c53bcde
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 12 Aug 2019 10:07:57 -0700 |
parents | 3e9d9cbbb13f |
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', )