summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:03:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:03:21 -0400
commit14787e69e793d68c8ac17f010dc45891ee0a492c (patch)
tree8e0bb232759429ca05ab421631e8d7d71af71656
parent5a8384e53c59a886f982739c02572732afa76c7f (diff)
downloadpytest-runner-14787e69e793d68c8ac17f010dc45891ee0a492c.tar.gz
Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery.
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg2
2 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b6ebc0b..28bd788 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.1"]
+requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"
[tool.black]
diff --git a/setup.cfg b/setup.cfg
index e768c6b..53387b6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,4 @@
[metadata]
-license_files =
- LICENSE
name = skeleton
author = Jason R. Coombs
author_email = jaraco@jaraco.com