Skip to content

Commit

Permalink
Configuring for zope-product
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 2, 2024
1 parent ca0d687 commit b39b337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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 = "15e6a5a9"
commit-id = "a085e159"

[python]
with-pypy = false
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools<74"]
2 changes: 1 addition & 1 deletion 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

0 comments on commit b39b337

Please sign in to comment.