From a1a6120abfa5e5690f9cee615b069186be5205ca Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 11 Oct 2015 16:03:32 +0000 Subject: [PATCH] Add py3 trove classifiers for acme --- acme/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acme/setup.py b/acme/setup.py index 36a724f97..ee55d6b7b 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -53,6 +53,9 @@ 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', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Security', ],