Skip to content

Commit

Permalink
Rely on setuptools 56 and drop the explicit mention of the license fi…
Browse files Browse the repository at this point in the history
…le in favor of simple discovery.
  • Loading branch information
jaraco committed Jul 16, 2021
1 parent 5a8384e commit 14787e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion 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]
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
@@ -1,6 +1,4 @@
[metadata]
license_files =
LICENSE
name = skeleton
author = Jason R. Coombs
author_email = jaraco@jaraco.com
Expand Down

0 comments on commit 14787e6

Please sign in to comment.