[Zope-Checkins] CVS: Zope - setup.py:1.43
Chris McDonough
cvs-admin at zope.org
Fri Nov 7 12:37:38 EST 2003
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv18184
Modified Files:
setup.py
Log Message:
Remove Python 2.1 support for RestrictedPython from setup.py.
=== Zope/setup.py 1.42 => 1.43 ===
--- Zope/setup.py:1.42 Fri Oct 31 11:40:08 2003
+++ Zope/setup.py Fri Nov 7 12:37:37 2003
@@ -416,10 +416,7 @@
name='RestrictedPython',
author=AUTHOR,
- packages=['RestrictedPython', 'RestrictedPython.compiler_2_1',
- 'RestrictedPython.tests'],
- data_files=[['RestrictedPython/compiler_2_1',
- ['RestrictedPython/compiler_2_1/ast.txt']]],
+ packages=['RestrictedPython', 'RestrictedPython.tests'],
)
# SearchIndex
More information about the Zope-Checkins
mailing list