Skip to content

Commit 16ca33d

Browse files
committed
fix(setuptools): Update packages to include amsterdam
1 parent 480c81e commit 16ca33d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,17 @@ packages = [
134134
"ethereum.prague.vm.precompiled_contracts.bls12_381",
135135
"ethereum.osaka",
136136
"ethereum.osaka.utils",
137-
"ethereum.amsterdam.block_access_lists",
138137
"ethereum.osaka.vm",
139138
"ethereum.osaka.vm.instructions",
140139
"ethereum.osaka.vm.precompiled_contracts",
141140
"ethereum.osaka.vm.precompiled_contracts.bls12_381",
141+
"ethereum.amsterdam",
142+
"ethereum.amsterdam.utils",
143+
"ethereum.amsterdam.vm",
144+
"ethereum.amsterdam.vm.instructions",
145+
"ethereum.amsterdam.vm.precompiled_contracts",
146+
"ethereum.amsterdam.vm.precompiled_contracts.bls12_381",
147+
"ethereum.amsterdam.block_access_lists",
142148
]
143149

144150
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)