Mercurial > code > home > repos > homeauto
comparison lib/mqtt_client/setup.py @ 1383:d66790a031ea
release 0.5.0
Ignore-this: 1ccfaf82e1b7a9d0fe4eda652e27a3dd
darcs-hash:a115258ed8ddd5e2008a19569fd983766305dba4
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 08 May 2019 00:56:54 -0700 |
parents | 35dcf36bf395 |
children | 865dc66aa2c0 |
comparison
equal
deleted
inserted
replaced
1382:f883166f7ca1 | 1383:d66790a031ea |
---|---|
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.4.0', | 5 version='0.5.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.4.0.tar.gz', | 9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.5.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 ) |