summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-03 00:14:10 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-03 00:14:10 -0700
commitc480b09f7f7b51180d64b29017650e201210ae62 (patch)
tree9f21834fb0cf7ee19b6226e092e2b8e61b094882 /SetupConfig.py
parentcffd1382674c03199fbbbf661cb7ff00231e72bb (diff)
downloadpython-cheetah-c480b09f7f7b51180d64b29017650e201210ae62.tar.gz
Update SetupConfig.py for submission of Cheetah Community Edition to the cheeseshop
Mmmm packages Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py18
1 files changed, 6 insertions, 12 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index cd01e68..b124a69 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -1,10 +1,10 @@
#-------Main Package Settings-----------#
-name = "Cheetah"
+name = "Cheetah Community Edition"
from src.Version import Version as version
-maintainer = "Tavis Rudd"
+maintainer = "R. Tyler Ballance"
author = "Tavis Rudd"
author_email = "cheetahtemplate-discuss@lists.sf.net"
-url = "http://www.CheetahTemplate.org/"
+url = "http://www.communitycheetah.org/"
packages = ['Cheetah',
'Cheetah.Macros',
'Cheetah.Templates',
@@ -64,7 +64,7 @@ used to generate C++ game code, Java, sql, form emails and even Python code.
Documentation
================================================================================
For a high-level introduction to Cheetah please refer to the User\'s Guide
-at http://cheetahtemplate.org/learn.html
+at http://www.communitycheetah.org/learn.html
Mailing list
================================================================================
@@ -73,7 +73,7 @@ Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
Credits
================================================================================
-http://cheetahtemplate.org/credits.html
+http://www.communitycheetah.org/credits.html
Praise
================================================================================
@@ -109,12 +109,6 @@ lead developer of TurboGears.
Recent Changes
================================================================================
-See http://cheetahtemplate.org/docs/CHANGES for full details.
+See http://www.communitycheetah.org/docs/CHANGES for full details
'''
-try:
- recentChanges = open('CHANGES').read().split('\n1.0')[0]
- long_description += recentChanges
- del recentChanges
-except:
- pass