From f697b9ad57130b615c9fbd74eaac52773c274526 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 17 Oct 2024 14:12:11 +0200 Subject: [PATCH] setup: fix classifiers Change-Id: I473785df9c1157a77d02c3e1114bb6633d01149f --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 46007f7..6e74ba4 100755 --- a/setup.py +++ b/setup.py @@ -67,11 +67,11 @@ setup( 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'Natural Language :: English', - 'License :: OSI Approved :: GPL License', + 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.9', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Human Machine Interfaces', 'Topic :: Scientific/Engineering :: Physics',