Skip to content

Commit 14787e6

Browse files
committed
Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery.
1 parent 5a8384e commit 14787e6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.1"]
2+
requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[metadata]
2-
license_files =
3-
LICENSE
42
name = skeleton
53
author = Jason R. Coombs
64
author_email = [email protected]

0 commit comments

Comments
 (0)