X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=1833955e1276bb23dbc3bec739fab4e3e0ef4fe1;hb=34d13ef52ed8e22f3ef3da121db2caff83924f0b;hp=a54f6da6b10645432e91b2b8e29e1cf8823cc954;hpb=d0a1f1815f365aa71ec2a5945119bbe05cb8934e;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index a54f6da..1833955 100755 --- a/setup.py +++ b/setup.py @@ -18,15 +18,15 @@ # # Luc Yriarte # Christophe Guiraud -# Frederic PAUT +# Frederic Paut # from setuptools import setup setup(name = "cloudeebus", - version = "0.3.0", + version = "0.5.1", description = "Javascript-DBus bridge", - author = "Luc Yriarte, Christophe Guiraud, Frederic PAUT", + author = "Luc Yriarte, Christophe Guiraud, Frederic Paut", author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com", url = "https://github.com/01org/cloudeebus/wiki", license = "http://www.apache.org/licenses/LICENSE-2.0", @@ -35,7 +35,7 @@ setup(name = "cloudeebus", data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"]), ('/etc/dbus-1/system.d/', ['org.cloudeebus.conf'])], platforms = ("Any"), - install_requires = ["setuptools", "autobahn==0.5.2"], + install_requires = ["setuptools", "autobahn>=0.5.8"], classifiers = ["License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", "Environment :: Console",