Skip to content

Commit

Permalink
Add setuptools>60 to pyproject.toml (until we deprecate setup.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 24, 2022
1 parent 6116998 commit 68bba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ format = ["black", "isort"]
lint = ["flake8"]

[build-system]
requires = ["poetry_core>=1.0.0"]
requires = ["poetry_core>=1.0.0", "setuptools>60"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 68bba04

Please sign in to comment.