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 15, 2024
1 parent a122210 commit 7f2a06e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.black]
line-length=119

[build-system]
requires = ["setuptools >=42"]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pre-commit
pytest
pytest-cov
pytest-xdist
setuptools >=42
tox
twine
wheel

0 comments on commit 7f2a06e

Please sign in to comment.