Rename engine.py (too generic) as cloudeebusengine.py
[contrib/cloudeebus.git] / setup.py
index 9e82bb0..8e45626 100755 (executable)
--- a/setup.py
+++ b/setup.py
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.5.100",
+       version = "0.6.0",
        description = "Javascript-DBus bridge",
        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"],
+       scripts = ["cloudeebus/cloudeebus.py","cloudeebus/cloudeebusengine.py"],
        packages = ["cloudeebus"],
        data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"]),
                                 ('/etc/dbus-1/system.d/', ['org.cloudeebus.conf'])],
        platforms = ("Any"),
-       install_requires = ["setuptools", "autobahn>=0.5.8"],
+       install_requires = ["setuptools", "autobahn==0.5.8"],
        classifiers = ["License :: OSI Approved :: Apache Software License",
                  "Development Status :: 3 - Alpha",
                  "Environment :: Console",