File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ]
44build-backend = " setuptools.build_meta"
55
66[tool .setuptools_scm ]
@@ -15,7 +15,8 @@ check_python_h_first = "check_python_h_first.__main__:main"
1515name = " check-python-h-first"
1616description = " Script to check whether Python.h is included first in any relevant files."
1717authors = [{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/
2122classifiers = [
@@ -74,7 +75,6 @@ include-package-data = true
7475package-dir = {"" = " src" }
7576# Change if running only on Windows, Mac or Linux (comma-separated)
7677platforms = [" any" ]
77- license-files = [" LICENSE.txt" ]
7878
7979[tool .setuptools .packages .find ]
8080where = [" src" ]
You can’t perform that action at this time.
0 commit comments