Skip to content

Commit 98cf6ff

Browse files
committed
build: modernize license metadata
1 parent 41ec92c commit 98cf6ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
@@ -8,15 +8,15 @@ version = "0.1.1"
88
description = "Repo intent verification and spec drift checks for markdown specs, handoffs, and codebases."
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
license = {text = "MIT"}
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1213
authors = [
1314
{name = "Rolando Bosch"},
1415
]
1516
keywords = ["spec drift", "repo intent verification", "handoff verification", "acceptance criteria", "ci lint"]
1617
classifiers = [
1718
"Development Status :: 3 - Alpha",
1819
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3 :: Only",
2222
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)