Skip to content

Commit 1968cf3

Browse files
authored
Configuring for buildout-recipe (#10)
1 parent 8007aed commit 1968cf3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
33
[meta]
44
template = "buildout-recipe"
5-
commit-id = "d422585d"
5+
commit-id = "e1995c20"
66

77
[python]
88
with-pypy = true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools <= 75.6.0",
6+
"setuptools == 75.8.2",
77
"wheel",
88
]
99
build-backend = "setuptools.build_meta"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ envlist =
1616
[testenv]
1717
usedevelop = true
1818
deps =
19-
setuptools <= 75.6.0
19+
setuptools == 75.8.2
2020
setenv =
2121
ZOPE_INTERFACE_STRICT_IRO=1
2222
commands =
@@ -34,7 +34,7 @@ description = ensure that the distribution is ready to release
3434
basepython = python3
3535
skip_install = true
3636
deps =
37-
setuptools <= 75.6.0
37+
setuptools == 75.8.2
3838
wheel
3939
twine
4040
build

0 commit comments

Comments
 (0)