Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 555:915e105cfec2
release 0.1.0
Ignore-this: 3360059fc57b39c0260ad5dafabd3144
author | drewp@bigasterisk.com |
---|---|
date | Tue, 30 Apr 2019 23:37:30 -0700 |
parents | 2c4e8ef57f08 |
children | 80f3cdc58224 |
line wrap: on
line source
from setuptools import setup setup( name='mqtt_client', version='0.1.0', packages=['mqtt_client'], package_dir={'mqtt_client': ''}, install_requires=['rx', 'twisted-mqtt'], url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )