[Checkins] SVN: z3c.pt/trunk/setup.py Update our description, we can do more than TAL by now

Hanno Schlichting plone at hannosch.info
Mon Aug 11 16:29:06 EDT 2008


Log message for revision 89683:
  Update our description, we can do more than TAL by now

Changed:
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-08-11 20:23:57 UTC (rev 89682)
+++ z3c.pt/trunk/setup.py	2008-08-11 20:29:05 UTC (rev 89683)
@@ -4,7 +4,9 @@
 
 setup(name='z3c.pt',
       version=version,
-      description="An implementation of the TAL template language.",
+      description="Python template compiler which supports the Genshi and "
+                  "ZPT template languages including macro extensions and "
+                  "internationalization.",
       long_description=open("README.txt").read() + open("CHANGES.txt").read(),
       classifiers=[
         "Programming Language :: Python",



More information about the Checkins mailing list