Skip to content

Commit c8bda44

Browse files
committed
BLD: Clean up metadata warnings from setuptools.
1 parent 55130da commit c8bda44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
# AVOID CHANGING REQUIRES: IT WILL BE UPDATED BY PYSCAFFOLD!
3-
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=5"]
3+
requires = ["setuptools>=77.0.0", "setuptools_scm[toml]>=5"]
44
build-backend = "setuptools.build_meta"
55

66
[tool.setuptools_scm]
@@ -15,7 +15,8 @@ check_python_h_first = "check_python_h_first.__main__:main"
1515
name = "check-python-h-first"
1616
description = "Script to check whether Python.h is included first in any relevant files."
1717
authors = [{name = "DWesl", email = "22566757+DWesl@users.noreply.github.com"}]
18-
license = {text = "BSD-3-Clause"}
18+
license = "BSD-3-Clause"
19+
license-files = ["LICENSE.txt"]
1920
# Add here all kinds of additional classifiers as defined under
2021
# https://pypi.org/classifiers/
2122
classifiers = [
@@ -74,7 +75,6 @@ include-package-data = true
7475
package-dir = {"" = "src"}
7576
# Change if running only on Windows, Mac or Linux (comma-separated)
7677
platforms = ["any"]
77-
license-files = ["LICENSE.txt"]
7878

7979
[tool.setuptools.packages.find]
8080
where = ["src"]

0 commit comments

Comments
 (0)