X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=74328d0d78c1aa65253537b744a9e69221416fc8;hb=628ec3a1f1e9eae01a19c778f04467c4158b5890;hp=c58e0f9850ea43787ed699f08a7f1eefe935ff11;hpb=f9de91b1cb68dcc195736923130c297049bdffe6;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index c58e0f9..74328d0 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.2.1", + version = "0.5.99", description = "Javascript-DBus bridge", - author = "Luc Yriarte, Christophe Guiraud", + 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",