[Zope-Checkins] CVS: Zope - setup.py:1.31.2.29

Andreas Jung andreas at andreas-jung.com
Fri Jan 7 08:26:31 EST 2005


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv7568

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
- updated Docutils to V 0.3.7
- moved Docutils back to lib/python
- removed sitecustomize.py



=== Zope/setup.py 1.31.2.28 => 1.31.2.29 ===
--- Zope/setup.py:1.31.2.28	Fri Nov 26 08:34:17 2004
+++ Zope/setup.py	Fri Jan  7 08:26:00 2005
@@ -312,16 +312,6 @@
                   sources=['DocumentTemplate/cDocumentTemplate.c'])]
     )
 
-# third_party.docutils.docutils
-setup(
-    name='third_party.docutils.docutils',
-    author='David Goodger and contributors',
-    packages=['third_party.docutils.docutils', 'third_party.docutils.docutils.languages', 'third_party.docutils.docutils.parsers',
-              'third_party.docutils.docutils.parsers.rst', 'third_party.docutils.docutils.parsers.rst.directives',
-              'third_party.docutils.docutils.parsers.rst.languages', 'third_party.docutils.docutils.readers',
-              'third_party.docutils.docutils.transforms', 'third_party.docutils.docutils.writers'],
-    )
-
 # ExtensionClass
 setup(
     name='ExtensionClass',
@@ -1076,14 +1066,6 @@
                 ['ZServer/medusa/test', ['ZServer/medusa/test/*.txt']]],
     )
 
-
-setup(
-    name='Site Customization',
-    author=AUTHOR,
-
-    data_files=[['', ['sitecustomize.py']],
-               ]
-    )
 
 
 # Call distutils setup with all lib/python packages and modules, and



More information about the Zope-Checkins mailing list