diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-10 17:51:01 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-10 17:51:01 +0000 |
| commit | 4d1a5218b09fd98caaac6b3c4d9f78f1c50f5793 (patch) | |
| tree | ed54ef1fb377c4d86dba77a633a9317d5c48dd3d /docutils/setup.py | |
| parent | 046dfee06c6f9f7db3255452d90d3d2134c17176 (diff) | |
| download | docutils-4d1a5218b09fd98caaac6b3c4d9f78f1c50f5793.tar.gz | |
Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.
No change to the code yet, but from now on constructs requiring 2.6 or later
can be checked in.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index 50e416d11..0642d3499 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -138,11 +138,9 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'docutils.writers', 'docutils.writers.html4css1', 'docutils.writers.html5_polyglot', - # 'docutils.writers.xhtml11', # moved to the sandbox 'docutils.writers.pep_html', 'docutils.writers.s5_html', 'docutils.writers.latex2e', - # 'docutils.writers.newlatex2e', # in the sandbox since 0.8 'docutils.writers.xetex', 'docutils.writers.odf_odt', ], @@ -196,8 +194,6 @@ classifiers = [ 'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2.4', - 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', |
