Skip to content

Commit

Permalink
build: add setuptools to build requirements (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcushman authored and darvid committed Dec 11, 2020
1 parent 2d66762 commit 6cb282e
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 @@ -80,5 +80,5 @@ build_command = "pip install -I --no-index -f=./dist -f=/github/workspace/dist h
remove_dist = false

[build-system]
requires = ["poetry>=0.12"]
requires = ["setuptools", "poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 6cb282e

Please sign in to comment.