Skip to content

Commit

Permalink
[REF] setup: Add setuptools deps to build
Browse files Browse the repository at this point in the history
Related to pypa/build#98
  • Loading branch information
moylop260 committed Aug 14, 2024
1 parent dcd0c76 commit 0ef481d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools >=42"]
build-backend = "setuptools.build_meta"
5 changes: 3 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ bump2version
coverage
pbr
pre-commit
pylint-odoo
pytest
pytest-cov
pytest-xdist
pyyaml
setuptools >=42
tox
twine
wheel
pyyaml
pylint-odoo

0 comments on commit 0ef481d

Please sign in to comment.