Mercurial > code > home > repos > homeauto
comparison lib/mqtt_client/setup.py @ 585:bac05a73a8ab
release 0.7.0
Ignore-this: 91592ac0e434c1585a7afbb0313f0f05
author | drewp@bigasterisk.com |
---|---|
date | Fri, 10 May 2019 02:10:05 -0700 |
parents | 865dc66aa2c0 |
children | 8838f07aea62 |
comparison
equal
deleted
inserted
replaced
584:8fcd51b1cb00 | 585:bac05a73a8ab |
---|---|
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.6.0', | 5 version='0.7.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.6.0.tar.gz', | 9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.7.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 ) |