From 6bc7d7331bb4eedc8657749f33379e817e56e8a6 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 16 May 2016 12:18:07 +0200 Subject: Should work on Python 3 as well. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 8257441..35326a2 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,10 @@ setup( "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: pypy", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Information Technology", -- cgit