Skip to content

Commit ddfbd76

Browse files
committed
fix: setuptools bug handling
1 parent 4b035b9 commit ddfbd76

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
test = [
34-
"pytest < 5.0.0"
34+
"pytest>=7.4.0"
3535
]
3636

3737
[project.scripts]
3838
download-artifacts = "c2pa.build:download_artifacts"
3939

40+
[tool.setuptools]
41+
license-files = []

0 commit comments

Comments
 (0)