X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=1833955e1276bb23dbc3bec739fab4e3e0ef4fe1;hb=34d13ef52ed8e22f3ef3da121db2caff83924f0b;hp=017b8faac4443d3f5d043d447366907256ed8082;hpb=bac73818d743ff4a1945cebbff83db4766d63ba0;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 017b8fa..1833955 --- 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.0.1", + version = "0.5.1", 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.6"], + 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",