Mercurial > code > home > repos > mqtt_client
comparison setup.py @ 1:858118795bb8 0.10.0
release 0.10.0
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 10:06:11 -0800 |
parents | 834594523aa4 |
children |
comparison
equal
deleted
inserted
replaced
0:834594523aa4 | 1:858118795bb8 |
---|---|
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.9.0', | 5 version='0.10.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.9.0.tar.gz', | 9 url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.10.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 ) |