[Checkins] SVN: Products.MIMETools/trunk/ Correct dependencies, we only need DocumentTemplate, not Zope2

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 05:09:34 EDT 2010


Log message for revision 114471:
  Correct dependencies, we only need DocumentTemplate, not Zope2
  

Changed:
  U   Products.MIMETools/trunk/README.txt
  U   Products.MIMETools/trunk/setup.py

-=-
Modified: Products.MIMETools/trunk/README.txt
===================================================================
--- Products.MIMETools/trunk/README.txt	2010-07-10 09:06:44 UTC (rev 114470)
+++ Products.MIMETools/trunk/README.txt	2010-07-10 09:09:34 UTC (rev 114471)
@@ -2,7 +2,7 @@
 ========
 
 Currently, the MIMETools product's only function is to provide the
-``<!--#mime-->`` DTML tag.
+``<!--#mime-->`` DTML tag for the DocumentTemplate distribution.
 
 The ``<!--#mime-->`` tag is used to construct MIME containers. The syntax of the
 ``<!--#mime-->`` tag is::

Modified: Products.MIMETools/trunk/setup.py
===================================================================
--- Products.MIMETools/trunk/setup.py	2010-07-10 09:06:44 UTC (rev 114470)
+++ Products.MIMETools/trunk/setup.py	2010-07-10 09:09:34 UTC (rev 114471)
@@ -18,7 +18,8 @@
       version = '2.13.0dev',
       url='http://pypi.python.org/pypi/Products.MIMETools',
       license='ZPL 2.1',
-      description="MIMETools provides the &lt;!--#mime--&gt; DTML tag for Zope 2.",
+      description="MIMETools provides the &lt;!--#mime--&gt; tag for "
+                  "DocumentTemplate.",
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=open('README.txt').read() + '\n' +
@@ -28,7 +29,7 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
-        'Zope2 >= 2.13.0a1',
+        'DocumentTemplate',
       ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list