Skip to content

Commit 19dfa58

Browse files
authored
Configuring for toolkit (#78)
1 parent 171d2f1 commit 19dfa58

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.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/toolkit
33
[meta]
44
template = "toolkit"
5-
commit-id = "7e7d00d8"
5+
commit-id = "891c33f9"
66

77
[python]
88
with-sphinx-doctests = false

pyproject.toml

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

55
[build-system]
66
requires = [
7-
"setuptools <= 75.8.2",
7+
"setuptools <= 75.6.0",
88
]
99
build-backend = "setuptools.build_meta"
1010

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ envlist =
1616
[testenv]
1717
skip_install = true
1818
deps =
19-
setuptools <= 75.8.2
20-
zc.buildout >= 4.1.3
19+
setuptools <= 75.6.0
20+
zc.buildout < 4.1
2121
wheel > 0.37
2222
setenv =
2323
zope_i18n_compile_mo_files=True
@@ -36,15 +36,15 @@ commands =
3636
basepython = python3
3737
deps =
3838
git+https://github.com/pypa/setuptools.git\#egg=setuptools
39-
zc.buildout >= 4.1.3
39+
zc.buildout < 4.1
4040
wheel > 0.37
4141

4242
[testenv:release-check]
4343
description = ensure that the distribution is ready to release
4444
basepython = python3
4545
skip_install = true
4646
deps =
47-
setuptools <= 75.8.2
47+
setuptools <= 75.6.0
4848
twine
4949
build
5050
check-manifest

0 commit comments

Comments
 (0)