# HG changeset patch # User Franz Glasner # Date 1601853428 -7200 # Node ID 0c330cc6135c72875474db285033b017712f39c7 # Parent af371f9c016d58dfbf2a7cf221cf43fbb23cae5e Trove classifier: use the generic Python 3 classifier and not the generic Python 2 one diff -r af371f9c016d -r 0c330cc6135c setup.py --- 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",