Skip to content

Commit

Permalink
[pyproject.toml] Define the license using setuptools as builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 4, 2023
1 parent c7fc522 commit dda8a03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[build-system]
requires = ["setuptools>=66.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
license-files = ["LICENSE"]

[project]
name = "pylint-pytest"
version = "1.1.3"
Expand All @@ -10,7 +17,6 @@ maintainers = [
]
description = "A Pylint plugin to suppress pytest-related false positives."
readme = "README.md"
license = "MIT"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit dda8a03

Please sign in to comment.