Skip to content

Commit 688e761

Browse files
PEP 639 compliance (#152)
1 parent 9b2920d commit 688e761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "abi3audit"
77
dynamic = ["version"]
88
description = "Scans Python wheels for abi3 violations and inconsistencies"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
authors = [{ name = "William Woodruff", email = "[email protected]" }]
1213
classifiers = [
13-
"License :: OSI Approved :: MIT License",
1414
"Programming Language :: Python :: 3 :: Only",
1515
"Programming Language :: Python :: 3",
1616
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)