Skip to content

Commit e9e94ed

Browse files
committed
Switch to newer license metadata format
1 parent 7631b97 commit e9e94ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

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

55
[project]
@@ -8,10 +8,9 @@ description = "Ethereum execution layer specification, provided as a Python pack
88
readme = "README.md"
99
requires-python = ">=3.11"
1010
dynamic = ["version"]
11-
license = { file = "LICENSE.md" }
11+
license = "CC0-1.0"
1212
urls = { "Homepage" = "https://github.com/ethereum/execution-specs" }
1313
classifiers = [
14-
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
1514
"Programming Language :: Python :: 3",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: Implementation :: PyPy",
@@ -163,7 +162,6 @@ test = [
163162
]
164163

165164
lint = [
166-
"types-setuptools>=68.1.0.1,<69",
167165
"isort==5.13.2",
168166
"mypy==1.14.1",
169167
"black==23.12.0",

0 commit comments

Comments
 (0)