X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=74328d0d78c1aa65253537b744a9e69221416fc8;hb=4db96e0a22c892d1bba6550258620546d26c04e0;hp=9fc4d51818a656884d6072f140259fcb1ca87fe6;hpb=05476e76226270ea00408b35ff2bcb5b41f7b4c3;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 9fc4d51..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.3.1", + version = "0.5.99", 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",