Mercurial > code > home > repos > homeauto
comparison 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 |
comparison
equal
deleted
inserted
replaced
554:2c4e8ef57f08 | 555:915e105cfec2 |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='mqtt_client', | 4 name='mqtt_client', |
5 version='0.0.0', | 5 version='0.1.0', |
6 packages=['mqtt_client'], | 6 packages=['mqtt_client'], |
7 package_dir={'mqtt_client': ''}, | 7 package_dir={'mqtt_client': ''}, |
8 install_requires=['rx', 'twisted-mqtt'], | 8 install_requires=['rx', 'twisted-mqtt'], |
9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.0.0.tar.gz', | 9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.1.0.tar.gz', |
10 author='Drew Perttula', | 10 author='Drew Perttula', |
11 author_email='drewp@bigasterisk.com', | 11 author_email='drewp@bigasterisk.com', |
12 ) | 12 ) |