From 9a992cdfd7e9cebce11b31b60c19d46cd1137ebe Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 1 Mar 2016 16:34:13 +0500 Subject: [PATCH] declare Python 3 support in setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 4eb8d2318..d91bb6328 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,10 @@ setup( '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', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Python Modules',