[gnue] r10030 - trunk/gnue-common

[email protected] Sat, 31 Oct 2009 17:58:19 -0500 (CDT)
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2009-10-31 17:58:19 -0500 (Sat, 31 Oct 2009)
New Revision: 10030

Modified:
   trunk/gnue-common/setup.py
Log:
Updated package info.


Modified: trunk/gnue-common/setup.py
===================================================================
--- trunk/gnue-common/setup.py	2009-10-31 22:41:13 UTC (rev 10029)
+++ trunk/gnue-common/setup.py	2009-10-31 22:58:19 UTC (rev 10030)
@@ -72,14 +72,14 @@
     # The Work
     params["name"]             = PACKAGE.lower()
     params["version"]          = VERSION
-    params["description"]      = "GNU Enterprise Common Base"
+    params["description"]      = TITLE
     params["long_description"] = ""
     params["license"]          = "GPL"
 
     # The Author
     params["author"]       = "GNU Enterprise Team"
     params["author_email"] = "[email protected]"
-    params["url"]          = "http://www.gnue.org"
+    params["url"]          = "http://www.gnuenterprise.org"
 
     # The Programs
     params["package_dir"] = {"gnue":        "module/base",