From a08f5e8a298a1c676f9700d26ae8156e4a731d4e Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sun, 27 Oct 2024 10:56:26 +0100 Subject: [PATCH] chore: remove license classifier, pypi does not like it --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6162956..8958f3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ exclude = [ classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",