summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-08-02 21:06:37 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-08-02 21:06:37 +0200
commit19ac07fa358a0d887f9c01a9eb4ae78675bb20e0 (patch)
treea12f956e043a024b5227cc8a4813a401aea4ef6e
parent9fa1b9cf64115687df1a5513b40d4cb54329491d (diff)
downloadpython-lxml-19ac07fa358a0d887f9c01a9eb4ae78675bb20e0.tar.gz
Add comment to help with maintenance.
See GH-283.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8cd75588..03b9edbe 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ extra_options = {}
if 'setuptools' in sys.modules:
extra_options['zip_safe'] = False
extra_options['python_requires'] = (
+ # NOTE: keep in sync with Trove classifier list below.
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*')
try:
@@ -224,6 +225,7 @@ an appropriate version of Cython installed.
'Intended Audience :: Information Technology',
'License :: OSI Approved :: BSD License',
'Programming Language :: Cython',
+ # NOTE: keep in sync with 'python_requires' list above.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',