view lib/mqtt_client/setup.py @ 1544:33076ad439d1

fixes to TS and page build. remove some unused attempts at binding to <streamed-graph> Ignore-this: dc4cd74d21fef101b32da824bbf60a00 darcs-hash:46f8164157442fb22e93a3e2062ffbcd20b43350
author drewp <drewp@bigasterisk.com>
date Thu, 13 Feb 2020 10:17:54 -0800
parents 67e8b237d7bf
children
line wrap: on
line source

from setuptools import setup
 
setup(
    name='mqtt_client',
    version='0.9.0',
    packages=['mqtt_client'],
    package_dir={'mqtt_client': ''},
    install_requires=['rx>=3.0.0', 'twisted-mqtt'],
    url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.9.0.tar.gz',
    author='Drew Perttula',
    author_email='drewp@bigasterisk.com',
)