X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=setup.py;h=1833955e1276bb23dbc3bec739fab4e3e0ef4fe1;hb=924562ab9a013966697605bddaa376dc56dac7e5;hp=ceccf0d70aaaa375000b8cc290493eb60c39b94f;hpb=b79e201306d81744e4542cb46ee935539ddf0ea7;p=contrib%2Fcloudeebus.git diff --git a/setup.py b/setup.py index ceccf0d..1833955 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.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.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",