Skip to content

Commit

Permalink
fix: Use recommended poetry [build-system] config
Browse files Browse the repository at this point in the history
Use recommended poetry [build-system] config.
  • Loading branch information
riddell-stan committed Feb 16, 2021
1 parent 85524f5 commit 862ea9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ combine_as_imports = true
known_first_party = "stan,tests"

[build-system]
requires = ["poetry~=1.0"]
build-backend = "poetry.masonry.api"
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 862ea9c

Please sign in to comment.