Skip to content

Commit d911dba

Browse files
committed
fix pyproject license metadata
1 parent 0e4ede3 commit d911dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildbot_effects/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "CI effects for buildbot-nix"
1111
requires-python = ">=3.12"
12-
license = {text = "MIT"}
12+
license = {file = "../LICENSE.md"}
1313
classifiers = [
1414
"Programming Language :: Python :: 3",
1515
"Development Status :: 5 - Production/Stable",

buildbot_nix/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "buildbot-nix"
7-
license = {text = "MIT"}
7+
license = {file = "../LICENSE.md"}
88
authors = [
99
{ name = "Jörg Thalheim", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)