Skip to content

Commit

Permalink
Fix to setuptools issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Feb 9, 2021
1 parent d31310c commit 651451b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ safety = "^1.9.0"


[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.0.0", "setuptools"]
build-backend = "poetry.core.masonry.api"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# DO NOT EDIT THIS FILE!
# This file has been autogenerated by dephell <3
# https://github.com/dephell/dephell
Expand Down

0 comments on commit 651451b

Please sign in to comment.