From 38741ba1d246d9d7150fb2aabe90a69e47f67705 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 22 Jul 2018 10:18:33 +0200 Subject: [PATCH] Picard 2 supports Python 3 only --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index dcc8eb937..b1f35be83 100644 --- a/setup.py +++ b/setup.py @@ -612,6 +612,8 @@ args = { 'classifiers': [ 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)', 'Development Status :: 5 - Production/Stable', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Operating System :: Microsoft :: Windows',