Skip to content

Commit

Permalink
require setuptools>=61
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Dec 15, 2023
1 parent 12237f4 commit 29d4c23
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ocrd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"setuptools_scm[toml]",
"wheel",
] # PEP 508 specifications.
Expand Down
2 changes: 1 addition & 1 deletion ocrd_modelfactory/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"setuptools_scm[toml]",
"wheel",
] # PEP 508 specifications.
Expand Down
2 changes: 1 addition & 1 deletion ocrd_models/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"setuptools_scm[toml]",
"wheel",
] # PEP 508 specifications.
Expand Down
2 changes: 1 addition & 1 deletion ocrd_network/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"setuptools_scm[toml]",
"wheel",
] # PEP 508 specifications.
Expand Down
2 changes: 1 addition & 1 deletion ocrd_utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"setuptools_scm[toml]",
"wheel",
] # PEP 508 specifications.
Expand Down
2 changes: 1 addition & 1 deletion ocrd_validators/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"setuptools_scm[toml]",
"wheel",
] # PEP 508 specifications.
Expand Down

0 comments on commit 29d4c23

Please sign in to comment.