diff --git a/pyproject.toml b/pyproject.toml index 41c3540c..d144cb8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,12 @@ classifiers=[ "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", - "Operating System :: OS Independent", "Programming Language :: Python :: 3", ] -license= {file = "LICENSE"} +license = "GPL-3.0-only" +license-files = ["LICENSE"] dynamic=["version"] authors=[ {name = "ScreamingUdder"},