From 4328aa1c19989e979d6fd391d65e8d013fa8ac35 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 3 Aug 2020 21:06:27 +0200 Subject: [PATCH] setup: add python3 as supported version --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2783149..50e9d6b 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,8 @@ CLASSIFIERS = [ "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", "License :: OSI Approved", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Development Status :: 5 - Production/Stable",