Commit 75b5d7df authored by Chris McDonough's avatar Chris McDonough

Remove Python 2.1 support for RestrictedPython from setup.py.

parent 2dbd3eae
...@@ -416,10 +416,7 @@ setup( ...@@ -416,10 +416,7 @@ setup(
name='RestrictedPython', name='RestrictedPython',
author=AUTHOR, author=AUTHOR,
packages=['RestrictedPython', 'RestrictedPython.compiler_2_1', packages=['RestrictedPython', 'RestrictedPython.tests'],
'RestrictedPython.tests'],
data_files=[['RestrictedPython/compiler_2_1',
['RestrictedPython/compiler_2_1/ast.txt']]],
) )
# SearchIndex # SearchIndex
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment