From 02c7c660e764a5d289c573ba91f007287c9d9524 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Sun, 12 Aug 2018 21:51:26 -0700 Subject: [PATCH] Add classifiers for supported Python versions and implementations. --- setup.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc2af28..5b89368 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,9 +15,14 @@ classifiers = Intended Audience :: System Administrators License :: OSI Approved :: MIT License Natural Language :: English + Programming Language :: Python :: Implementation :: CPython + Programming Language :: Python :: Implementation :: PyPy Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Software Development :: Version Control Topic :: System :: Archiving platforms = any