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 9b2920d commit 688e761Copy full SHA for 688e761
pyproject.toml
@@ -1,16 +1,16 @@
1
[build-system]
2
-requires = ["flit_core >=3.2,<4"]
+requires = ["flit_core >=3.11,<4"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "abi3audit"
7
dynamic = ["version"]
8
description = "Scans Python wheels for abi3 violations and inconsistencies"
9
readme = "README.md"
10
-license = { file = "LICENSE" }
+license = "MIT"
11
+license-files = ["LICENSE"]
12
authors = [{ name = "William Woodruff", email = "[email protected]" }]
13
classifiers = [
- "License :: OSI Approved :: MIT License",
14
"Programming Language :: Python :: 3 :: Only",
15
"Programming Language :: Python :: 3",
16
"Development Status :: 4 - Beta",
0 commit comments