aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/setup.py.in
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-14 12:36:29 +0000
committerJustus Winter <[email protected]>2016-09-14 12:36:29 +0000
commit594c3b8b052e60b6be77ed532fe46549133a9726 (patch)
treec52b21b8017f92177f52578ddddb0886f1bf6add /lang/python/setup.py.in
parentpython: Trim imports. (diff)
downloadgpgme-594c3b8b052e60b6be77ed532fe46549133a9726.tar.gz
gpgme-594c3b8b052e60b6be77ed532fe46549133a9726.zip
python: Clarify that we support Python 2.7 too.
* lang/python/README: Use 'Python' instead of 'Python 3'. * lang/python/pyme/version.py.in: Likewise. * lang/python/setup.py.in: Add classifier for 2.7, drop 3 only. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/setup.py.in')
-rwxr-xr-xlang/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in
index a9c76916..933e7806 100755
--- a/lang/python/setup.py.in
+++ b/lang/python/setup.py.in
@@ -175,8 +175,8 @@ setup(name="pyme3",
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',