X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=d9c5b44a4409a1161bee06a3f357543be04a2597;hb=66fa6484a72da1ffd510b6e14af360699a1ada6f;hp=53be615cd12842e3536a28f2d2809adc47b9e8af;hpb=91a383c9fa4b49cb9788f7f410781ca0ce3dac2e;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index 53be615..d9c5b44 100755 --- a/setup.py +++ b/setup.py @@ -18,26 +18,27 @@ # # Luc Yriarte # Christophe Guiraud +# Frederic Paut # from setuptools import setup setup(name = "cloudeebus", - version = "0.1", + version = "0.4.0", description = "Javascript-DBus bridge", - author = "Luc Yriarte, Christophe Guiraud", - author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com", - url = "https://01.org/cloudeebus/about", + 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", scripts = ["cloudeebus/cloudeebus.py"], packages = ["cloudeebus"], - data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"])], + 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", - "Framework :: Autobahn", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python",