From 83dc469874c314f7147b6befe49004eaecea73c5 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 30 Aug 2018 13:47:29 +0300 Subject: [PATCH] Add Trove classifiers --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 6b314ca..395728a 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,13 @@ "License :: OSI Approved :: Apache Software 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.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: Implementation :: CPython", ], zip_safe=False, packages=find_packages(),