summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in5
-rw-r--r--src/_properties.py4
2 files changed, 5 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0581d50..0cef997 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
-include *.py *.cfg README CHANGES COPYRIGHT TODO
-recursive-include battery_packages *
+include *.py *.cfg TODO CHANGES LICENSE README examples docs
recursive-include src *
recursive-exclude src *.pyc *~ *.aux
+recursive-include docs *
+recursive-include examples *
diff --git a/src/_properties.py b/src/_properties.py
index 7a7bec8..5b87bb0 100644
--- a/src/_properties.py
+++ b/src/_properties.py
@@ -1,8 +1,8 @@
PackageName = "Cheetah"
Title = "Cheetah: The Python-Powered Template Engine"
Description = "Provides Cheetah, a Python-powered template engine and code generator"
-Status = 'Alpha'
-Version = '1.0.0a1'
+Status = 'Production'
+Version = '0.9.10'
Maintainer = "Tavis Rudd"
Author = "The Cheetah Development Team"
AuthorEmail = "cheetahtemplate-discuss@lists.sf.net"