We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5fc170 + 5c711e0 commit 9fcfffeCopy full SHA for 9fcfffe
pyproject.toml
@@ -1,13 +1,13 @@
1
[build-system]
2
-requires = ["uv_build>=0.6,<0.7"]
+requires = ["uv_build>=0.6,<0.10"]
3
build-backend = "uv_build"
4
5
[project]
6
name = "crytic-compile"
7
version = "0.3.11"
8
description = "Util to facilitate smart contracts compilation."
9
readme = "README.md"
10
-license = "AGPL-3.0"
+license = "AGPL-3.0-only"
11
requires-python = ">=3.10,!=3.12.0"
12
authors = [{ name = "Trail of Bits" }]
13
classifiers = [
0 commit comments