X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=74328d0d78c1aa65253537b744a9e69221416fc8;hb=e9810ad7003a7c386d57f15e23f2185f18466456;hp=017b8faac4443d3f5d043d447366907256ed8082;hpb=49ca7e4cad1f98f521eeb4dd1bf2bf317b828dd6;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 017b8fa..74328d0 --- 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.99", 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",