From 7e176a3e863ddc482cb252fe7c8487f62ac63026 Mon Sep 17 00:00:00 2001 From: thegrymek Date: Thu, 2 Nov 2017 00:25:34 +0100 Subject: [PATCH] Better classifiers in setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9366618..e261ed6 100644 --- a/setup.py +++ b/setup.py @@ -26,10 +26,10 @@ def url(*args): keywords=['pickle', 'cache', 'collections', 'list', 'json', 'zlib'], classifiers=[ 'Operating System :: OS Independent', - 'Programming Language :: Python 2.7', - 'Programming Language :: Python 3.4', - 'Programming Language :: Python 3.5', - 'Programming Language :: Python 3.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries :: Python Modules', ], )