Skip to content

Commit b49b770

Browse files
committed
Bump version of setuptools to use PEP 639 syntax
1 parent 2bddd35 commit b49b770

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[build-system]
2-
requires = ["setuptools>=61.2"]
2+
requires = ["setuptools>=77.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "find_libpython"
77
authors = [{name = "Takafumi Arakaki"}]
88
maintainers = [{name = "Kaleb Barrett", email = "dev.ktbarrett@gmail.com"}]
9-
license = {text = "MIT"}
9+
license = "MIT"
10+
license-files = [
11+
"LICENSE",
12+
]
1013
description = "Finds the libpython associated with your environment, wherever it may be hiding"
1114
classifiers = [
1215
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)