Skip to content

Commit 9035d41

Browse files
committed
Update repo license metadata
Switch `project.license` to an SPDX expression and add `license-files` in the repository `pyproject.tmol` to avoid setuptools license deprecations. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent a938fcb commit 9035d41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ build-backend = "setuptools.build_meta"
99
name = "frequenz-repo-config"
1010
description = "Frequenz repository setup tools and common configuration"
1111
readme = "README.md"
12-
license = { text = "MIT" }
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
keywords = [
1415
"config",
1516
"frequenz",
@@ -29,7 +30,6 @@ keywords = [
2930
classifiers = [
3031
"Development Status :: 3 - Alpha",
3132
"Intended Audience :: Developers",
32-
"License :: OSI Approved :: MIT License",
3333
"Programming Language :: Python :: 3",
3434
"Programming Language :: Python :: 3 :: Only",
3535
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)