changeset 277:0c330cc6135c

Trove classifier: use the generic Python 3 classifier and not the generic Python 2 one
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 05 Oct 2020 01:17:08 +0200
parents af371f9c016d
children 44cb1d04c194
files setup.py
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Oct 03 17:11:41 2020 +0200
+++ b/setup.py	Mon Oct 05 01:17:08 2020 +0200
@@ -57,19 +57,9 @@
         "License :: OSI Approved :: BSD License",
         "Operating System :: OS Independent",
         "Programming Language :: Python",
-        "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.0",
-        "Programming Language :: Python :: 3.1",
-        "Programming Language :: Python :: 3.2",
-        "Programming Language :: Python :: 3.3",
-        "Programming Language :: Python :: 3.4",
-        "Programming Language :: Python :: 3.5",
-        "Programming Language :: Python :: 3.6",
-        "Programming Language :: Python :: 3.7",
-        "Programming Language :: Python :: 3.8",
         "Topic :: Software Development :: Libraries :: Python Modules"
     ],
     python_requires=">=2.6",