#!/usr/bin/env python ''' Created on Jan 29, 2011 Type 'python setup.py sdist' to create the distribution, type 'python setup.py install' to install the distribution. @author: Thomas Klaehn ''' from setuptools import setup setup(name='mqtt', version='1.1.0', author='Thomas Klaehn', author_email='tkl@blackfinn.de', packages=['mqtt'], install_requires=['paho-mqtt'])