We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bddd35 commit b49b770Copy full SHA for b49b770
pyproject.toml
@@ -1,12 +1,15 @@
1
[build-system]
2
-requires = ["setuptools>=61.2"]
+requires = ["setuptools>=77.0.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "find_libpython"
7
authors = [{name = "Takafumi Arakaki"}]
8
maintainers = [{name = "Kaleb Barrett", email = "dev.ktbarrett@gmail.com"}]
9
-license = {text = "MIT"}
+license = "MIT"
10
+license-files = [
11
+ "LICENSE",
12
+]
13
description = "Finds the libpython associated with your environment, wherever it may be hiding"
14
classifiers = [
15
"Programming Language :: Python :: 3",
0 commit comments