summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-16 22:49:59 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-16 22:49:59 -0700
commit684b9280da77f8afc86736315caf910b81c144f9 (patch)
treec2f5c05ecf02bd00113012c630be556d80acf800 /SetupConfig.py
parent45f570f03abfbe929a14a7c23e2aa2a39ce152c5 (diff)
downloadpython-cheetah-684b9280da77f8afc86736315caf910b81c144f9.tar.gz
Revert "Change the package name"
Now I remember why I cannot do this: Registering Cheetah to http://pypi.python.org/pypi Server response (403): You are not allowed to store 'Cheetah' package information tyler@grapefruit:~/source/github/cheetah> This reverts commit 1c42c232c419001116a099e4a49032231fff38fe.
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index 1aa8aa7..2d5446f 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -1,5 +1,5 @@
#-------Main Package Settings-----------#
-name = 'Cheetah'
+name = "Cheetah Community Edition"
from src.Version import Version as version
maintainer = "R. Tyler Ballance"
author = "Tavis Rudd"