summaryrefslogtreecommitdiff
path: root/cheetah/__init__.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-07-16 15:25:04 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-07-16 15:25:04 -0700
commit832a7c766de46cff23d6716ece9efd79db78cf5d (patch)
tree33e02b22a69491ea12241461ffdc9caa1f65d15b /cheetah/__init__.py
parentdc896aa348b7d5e4dbeed440c6ae8cf8ebdf2fdd (diff)
downloadpython-cheetah-832a7c766de46cff23d6716ece9efd79db78cf5d.tar.gz
Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming
Diffstat (limited to 'cheetah/__init__.py')
-rw-r--r--cheetah/__init__.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/cheetah/__init__.py b/cheetah/__init__.py
new file mode 100644
index 0000000..910574b
--- /dev/null
+++ b/cheetah/__init__.py
@@ -0,0 +1,20 @@
+'''
+Cheetah is an open source template engine and code generation tool.
+
+It can be used standalone or combined with other tools and frameworks. Web
+development is its principle use, but Cheetah is very flexible and is also being
+used to generate C++ game code, Java, sql, form emails and even Python code.
+
+Homepage
+ http://www.cheetahtemplate.org/
+
+Documentation
+ http://cheetahtemplate.org/learn.html
+
+Mailing list
+cheetahtemplate-discuss@lists.sourceforge.net
+Subscribe at
+ http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
+'''
+
+from Version import *