Mercurial > code > home > repos > homeauto
comparison lib/mqtt_client/setup.py @ 646:d1d62618138d
release 0.9.0
Ignore-this: 96ac1d61870521202c19876b7565d0e
author | drewp@bigasterisk.com |
---|---|
date | Wed, 25 Sep 2019 16:09:02 -0700 |
parents | 35365c2c703a |
children |
comparison
equal
deleted
inserted
replaced
645:3d3ad50e2c51 | 646:d1d62618138d |
---|---|
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.8.0', | 5 version='0.9.0', |
6 packages=['mqtt_client'], | 6 packages=['mqtt_client'], |
7 package_dir={'mqtt_client': ''}, | 7 package_dir={'mqtt_client': ''}, |
8 install_requires=['rx>=3.0.0', 'twisted-mqtt'], | 8 install_requires=['rx>=3.0.0', 'twisted-mqtt'], |
9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.8.0.tar.gz', | 9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.9.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 ) |