Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1572:5dbabcff90b8
release 0.4.0
Ignore-this: 2d669bec63a29e84d7580f982559122d
darcs-hash:d45f0df04b561fa5f562ec421157de82996135f2
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 14 May 2020 22:29:55 -0700 |
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', )