From 8980b9e9d298a9932092b20d150d506f1743c188 Mon Sep 17 00:00:00 2001 From: konstantin Date: Sun, 4 May 2025 18:12:01 +0200 Subject: [PATCH] fix: remove redundancy regarding license from project metadata hopefully fixes > setuptools.errors.InvalidConfigError: License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/). Please remove: License :: OSI Approved :: MIT License --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 660441d..6247168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows",