diff --git a/pyproject.toml b/pyproject.toml index ecc5598a..31ae2320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,9 @@ version = "1.52.1" description = "Inyoka ubuntuusers theme" readme = "README.rst" keywords = [ "calendar", "django", "forum", "news", "planet", "wiki" ] -license = { file = "LICENSE" } +# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files +license = "BSD-3-Clause" +license-files = [ "LICENSE" ] authors = [ { name = "Inyoka Team" }, ] @@ -17,7 +19,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet :: WWW/HTTP" ]