Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 643:8838f07aea62
use rx version 3.x
Ignore-this: 4232f8e780d35a8d0642e86521eb2801
author | drewp@bigasterisk.com |
---|---|
date | Tue, 24 Sep 2019 14:04:02 -0700 |
parents | bac05a73a8ab |
children | 35365c2c703a |
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>=3.0.0', 'twisted-mqtt'], url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )