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 1d86794 commit 2e4c52aCopy full SHA for 2e4c52a
buildbot_nix/pyproject.toml
@@ -4,19 +4,18 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "buildbot-nix"
7
+license = "MIT"
8
authors = [
9
{ name = "Jörg Thalheim", email = "joerg@thalheim.io" },
10
]
11
description = "A nixos module to make buildbot a proper Nix-CI."
12
readme = "README.rst"
13
requires-python = ">=3.9"
-license = {text = "MIT"}
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
"Development Status :: 5 - Production/Stable",
17
"Environment :: Console",
18
"Topic :: Utilities",
19
- "License :: OSI Approved :: MIT License",
20
"Operating System :: OS Independent",
21
"Programming Language :: Python"
22
0 commit comments