Mercurial > code > home > repos > homeauto
view lib/mqtt_client/setup.py @ 1366:5836e88a0287
py3 and new build
Ignore-this: 69cf69e5d43adfa65b3f62c5c0af2014
darcs-hash:a82563e9bfce399590ffd2229d997b490c0b038d
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 01 May 2019 00:30:54 -0700 |
parents | 35dcf36bf395 |
children | 9d60d3f34ddc |
line wrap: on
line source
from setuptools import setup setup( name='mqtt_client', version='0.4.0', packages=['mqtt_client'], package_dir={'mqtt_client': ''}, install_requires=['rx', 'twisted-mqtt'], url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.4.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )