From c801c1cf43d7cd1e9d33ff47af6fa0a5d0a54386 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Thu, 12 Oct 2017 14:03:31 -0300 Subject: [PATCH] Update classifiers with other versions of Python --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index e4f72b1..6821a61 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,10 @@ setuptools.setup( 'Operating System :: POSIX', 'Natural Language :: English', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Terminals', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary',