From ce9716afbe2cf197f737448a298213da4d0cc79c Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 20 Mar 2018 15:10:06 +0100 Subject: [PATCH] Add trove classifiers for supported python versions --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index de438f9..d8b8653 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,12 @@ setup( 'License :: OSI Approved :: BSD License', '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 :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ]