diff options
author | R. Tyler Ballance <tyler@slide.com> | 2009-04-16 22:32:41 -0700 |
---|---|---|
committer | R. Tyler Ballance <tyler@slide.com> | 2009-04-16 22:32:41 -0700 |
commit | 45f570f03abfbe929a14a7c23e2aa2a39ce152c5 (patch) | |
tree | 992e83fd05db4ab0231ec1a2257ba45b744376c5 /SetupConfig.py | |
parent | 2fc2c598e3ab45631739fe0f582fbfc18573b417 (diff) | |
parent | 1c42c232c419001116a099e4a49032231fff38fe (diff) | |
download | python-cheetah-2.1.1.tar.gz |
Merge branch 'next' of git@github.com:rtyler/cheetahv2.1.1
Diffstat (limited to 'SetupConfig.py')
-rw-r--r-- | SetupConfig.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/SetupConfig.py b/SetupConfig.py index bea5a94..1aa8aa7 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -1,5 +1,5 @@ #-------Main Package Settings-----------# -name = "Cheetah Community Edition" +name = 'Cheetah' from src.Version import Version as version maintainer = "R. Tyler Ballance" author = "Tavis Rudd" @@ -11,7 +11,8 @@ packages = ['Cheetah', 'Cheetah.Tests', 'Cheetah.Tools', 'Cheetah.Utils', - 'Cheetah.Utils.optik', + 'Cheetah.contrib', + 'Cheetah.contrib.markdown', ] classifiers = [line.strip() for line in '''\ #Development Status :: 4 - Beta |