Skip to content

Commit 2e4c52a

Browse files
committed
pyproject: no longer use license classifier
1 parent 1d86794 commit 2e4c52a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildbot_nix/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "buildbot-nix"
7+
license = "MIT"
78
authors = [
89
{ name = "Jörg Thalheim", email = "joerg@thalheim.io" },
910
]
1011
description = "A nixos module to make buildbot a proper Nix-CI."
1112
readme = "README.rst"
1213
requires-python = ">=3.9"
13-
license = {text = "MIT"}
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Development Status :: 5 - Production/Stable",
1717
"Environment :: Console",
1818
"Topic :: Utilities",
19-
"License :: OSI Approved :: MIT License",
2019
"Operating System :: OS Independent",
2120
"Programming Language :: Python"
2221
]

0 commit comments

Comments
 (0)