From 3fd532968160efed4ebc8f9f6ec14263e2234948 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Sun, 18 Feb 2018 23:02:29 +0100 Subject: [PATCH] setup: added a few tags for PyPI --- setup.py | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index b6475a7..a81a39c 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,11 @@ classifiers=[ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules", ] -- libgit2 0.21.4