Skip to content

Commit

Permalink
- clean up spacing around setuptools version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 10, 2024
1 parent 051bda2 commit dc956d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "d3455844"
commit-id = "210c1a0c"

[python]
with-pypy = false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/zope-product

[build-system]
requires = ["setuptools<74"]
requires = ["setuptools < 74"]
build-backend = "setuptools.build_meta"

[tool.coverage.run]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ envlist =
[testenv]
skip_install = true
deps =
setuptools <74
setuptools < 74
zc.buildout >= 3.1
wheel > 0.37
cffi >= 1.17.0rc1
Expand Down Expand Up @@ -77,7 +77,7 @@ description = ensure that the distribution is ready to release
basepython = python3
skip_install = true
deps =
setuptools <74
setuptools < 74
twine
build
check-manifest
Expand Down

0 comments on commit dc956d9

Please sign in to comment.