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 c7fc522 commit dda8a03Copy full SHA for dda8a03
pyproject.toml
@@ -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
8
[project]
9
name = "pylint-pytest"
10
version = "1.1.3"
@@ -10,7 +17,6 @@ maintainers = [
17
]
11
18
description = "A Pylint plugin to suppress pytest-related false positives."
12
19
readme = "README.md"
13
-license = "MIT"
14
20
classifiers = [
15
21
"Development Status :: 5 - Production/Stable",
16
22
"Intended Audience :: Developers",
0 commit comments