We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4ede3 commit d911dbaCopy full SHA for d911dba
buildbot_effects/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
]
10
description = "CI effects for buildbot-nix"
11
requires-python = ">=3.12"
12
-license = {text = "MIT"}
+license = {file = "../LICENSE.md"}
13
classifiers = [
14
"Programming Language :: Python :: 3",
15
"Development Status :: 5 - Production/Stable",
buildbot_nix/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "buildbot-nix"
7
8
authors = [
{ name = "Jörg Thalheim", email = "joerg@thalheim.io" },
0 commit comments