Wed, 02 Apr 2025 10:49:58 +0200
Modified pyproject.toml to not use deprecated parts.
pyproject.toml | file | annotate | diff | comparison | revisions |
--- a/pyproject.toml Wed Apr 02 10:31:23 2025 +0200 +++ b/pyproject.toml Wed Apr 02 10:49:58 2025 +0200 @@ -6,7 +6,7 @@ name = "eric-ide" description = "eric7 is an integrated development environment for the Python language." readme = "docs/README.md" -license = {text = "GPLv3"} +license = "GPL-3.0-or-later" authors = [ {name = "Detlev Offenbach"}, {name = "Detlev Offenbach", email = "detlev@die-offenbachs.de"}, @@ -16,7 +16,6 @@ {name = "Detlev Offenbach", email = "detlev@die-offenbachs.de"}, ] classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Development Status :: 5 - Production/Stable", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)",