Skip to content

Commit dda8a03

Browse files
[pyproject.toml] Define the license using setuptools as builder
1 parent c7fc522 commit dda8a03

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[build-system]
2+
requires = ["setuptools>=66.1"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools]
6+
license-files = ["LICENSE"]
7+
18
[project]
29
name = "pylint-pytest"
310
version = "1.1.3"
@@ -10,7 +17,6 @@ maintainers = [
1017
]
1118
description = "A Pylint plugin to suppress pytest-related false positives."
1219
readme = "README.md"
13-
license = "MIT"
1420
classifiers = [
1521
"Development Status :: 5 - Production/Stable",
1622
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)