view lib/mqtt_client/setup.py @ 614:94bf6bbdbb04

fix graph view on ionode index page Ignore-this: f23a0b33b6deef86de0843f9f950564c
author drewp@bigasterisk.com
date Sat, 03 Aug 2019 17:02:41 -0700
parents bac05a73a8ab
children 8838f07aea62
line wrap: on
line source

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