Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1459:6c6b14c39cd2
release 0.2.0
Ignore-this: 68d50df5792c57ef558e7636046db7b7
darcs-hash:2a499b0e26f9fe8ef91d93d73777bfd8ace3d5a7
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:56:28 -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', )