From 591bf67b3dd3a3b950983a1112bd0e981ea9c106 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Sun, 4 May 2025 16:44:50 +0200 Subject: [PATCH] setup.py: Drop deprecated license classifiers Closes: #263 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 76efe7e2..8c42f4a6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup(name='pyerrors', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',