diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2019-08-02 21:06:37 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2019-08-02 21:06:37 +0200 |
commit | 19ac07fa358a0d887f9c01a9eb4ae78675bb20e0 (patch) | |
tree | a12f956e043a024b5227cc8a4813a401aea4ef6e /setup.py | |
parent | 9fa1b9cf64115687df1a5513b40d4cb54329491d (diff) | |
download | python-lxml-19ac07fa358a0d887f9c01a9eb4ae78675bb20e0.tar.gz |
Add comment to help with maintenance.
See GH-283.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |