We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519949a commit 264c1fbCopy full SHA for 264c1fb
pyproject.toml
@@ -1,8 +1,7 @@
1
[build-system]
2
requires = [
3
- # first version that supports Python 3.12; older versions may work
4
- # with previous Python versions, but are not tested
5
- "setuptools >= 66.1"
+ # Required for PEP 639 support
+ "setuptools >= 77"
6
]
7
build-backend = "setuptools.build_meta"
8
@@ -16,7 +15,7 @@ requires-python = ">=3.9"
16
15
17
description = "Foreign Function Interface for Python calling C code."
18
readme = "README.md"
19
-license = { file = "LICENSE" }
+license = "MIT"
20
classifiers = [
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
0 commit comments