install process: require autobahn from version 5.2
authorLuc Yriarte <luc.yriarte@linux.intel.com>
Thu, 23 Aug 2012 13:57:37 +0000 (15:57 +0200)
committerLuc Yriarte <luc.yriarte@linux.intel.com>
Thu, 23 Aug 2012 13:57:37 +0000 (15:57 +0200)
.gitignore
README.md
setup.py

index 4109c3f..75ff69d 100644 (file)
@@ -1,3 +1,4 @@
 *~
 build
 dist
+cloudeebus.egg-info
index a352d39..40a6116 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,3 +23,9 @@ Cloudeebus uses code from the following open-source projects
 
   * [AutobahnJS](http://autobahn.ws/js)
   * [AutobahnPython](http://autobahn.ws/python)
+
+
+Install:
+--------
+
+       sudo python setup.py install
index 017b8fa..ceccf0d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(name = "cloudeebus",
        packages = ["cloudeebus"],
        data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"])],
        platforms = ("Any"),
-       install_requires = ["setuptools", "autobahn>=0.5.6"],
+       install_requires = ["setuptools", "autobahn>=0.5.2"],
        classifiers = ["License :: OSI Approved :: Apache Software License",
                  "Development Status :: 3 - Alpha",
                  "Environment :: Console",