]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commitdiff
Fix license classifiers and version number.
authorRoger Light <roger@atchoo.org>
Wed, 19 Jun 2013 09:18:46 +0000 (10:18 +0100)
committerRoger Light <roger@atchoo.org>
Mon, 3 Feb 2014 21:16:19 +0000 (21:16 +0000)
setup.py

index a8b275cc2b57f6a87ac45fd196f980b1fddd978b..63ec0e26bfe8b1c817951274b99d61750dc49a10 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,19 +1,19 @@
 from sys import version
 
 from distutils.core import setup
-setup(name='paho`',
-       version='0.9.0',
+setup(name='paho',
+       version='0.7.0',
        description='MQTT version 3.1 client class',
        author='Roger Light',
        author_email='roger@atchoo.org',
        url='http://eclipse.org/paho',
-       # FIXME license='Eclipse Public License',
+       license='Eclipse Public License v1.0 / Eclipse Distribution License v1.0',
     package_dir={'': 'src'},
     packages=['paho', 'paho.mqtt'],
     classifiers=[
         'Development Status :: 4 - Beta',
         'Intended Audience :: Developers',
-        # FIXME 'License :: OSI Approved :: BSD License',
+        'License :: OSI Approved',
         'Operating System :: MacOS :: MacOS X',
         'Operating System :: Microsoft :: Windows',
         'Operating System :: POSIX',