fixed setup script for PyPI publication
authorLuc Yriarte <luc.yriarte@intel.com>
Wed, 21 Nov 2012 11:05:07 +0000 (12:05 +0100)
committerLuc Yriarte <luc.yriarte@intel.com>
Wed, 21 Nov 2012 11:05:07 +0000 (12:05 +0100)
setup.py

index 9e94c8a..8c9921a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(name = "cloudeebus",
        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",
+       url = "https://github.com/01org/cloudeebus/wiki",
        license = "http://www.apache.org/licenses/LICENSE-2.0",
        scripts = ["cloudeebus/cloudeebus.py"],
        packages = ["cloudeebus"],
@@ -37,7 +37,6 @@ setup(name = "cloudeebus",
        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",