summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-10-05 19:08:10 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-10-05 19:08:10 +0000
commit29911866989a9229c0570f33e00bb19918795518 (patch)
tree32cdc22bd3ef025928dc36704e47bbae8016495a /setup.py
parent427d40f5ff168475879375c8cb58a9f6e70f4961 (diff)
downloaddocutils-29911866989a9229c0570f33e00bb19918795518.tar.gz
Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6154 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index d09ff7ec1..a81a2ac72 100755
--- a/setup.py
+++ b/setup.py
@@ -174,9 +174,7 @@ classifiers = [
"""Trove classifiers for the Distutils "register" command;
Python 2.3 and up."""
-extra_modules = [('optparse', '1.4.1', None),
- ('textwrap', None, None),
- ('roman', '1.4', ['toRoman', 'fromRoman',
+extra_modules = [('roman', '1.4', ['toRoman', 'fromRoman',
'InvalidRomanNumeralError'])]
"""Third-party modules to install if they're not already present.
List of (module name, minimum __version__ string, [attribute names])."""