X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=1833955e1276bb23dbc3bec739fab4e3e0ef4fe1;hb=ddaf9ff6821f2d36e3a3d26eb56884466addbd1e;hp=6ed5e66450d2bf2da3c6fe3cc292c670a41a84ed;hpb=cb0b39cef766f2465d8201881e41ed04d1b2b513;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 6ed5e66..1833955 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,13 @@ # # Luc Yriarte # Christophe Guiraud -# Frederic PAUT +# Frederic Paut # from setuptools import setup setup(name = "cloudeebus", - version = "0.3.1", + version = "0.5.1", description = "Javascript-DBus bridge", author = "Luc Yriarte, Christophe Guiraud, Frederic Paut", author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com", @@ -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",