From 648e077f8269f741864f89abcf5cdef8df6674f7 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 5 Oct 2025 23:24:36 +0200 Subject: [PATCH] Remove License from setup.cfg Prevents this error: setuptools.errors.InvalidConfigError: License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/). Please remove: License :: OSI Approved :: Apache Software License --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f447876..939a1f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifiers = Programming Language :: Python Intended Audience :: Developers Natural Language :: English - License :: OSI Approved :: Apache Software License Operating System :: OS Independent Topic :: Software Development :: Testing Topic :: Software Development :: Quality Assurance