Skip to content

Commit

Permalink
Merge pull request #14 from Jacob-Stevens-Haas/build-backend
Browse files Browse the repository at this point in the history
BLD: Update build backend to allow editable installs
  • Loading branch information
andgoldschmidt committed Jun 18, 2022
2 parents b2c2a4f + b3c162c commit d3ddf5a
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 @@ -33,5 +33,5 @@ docs = ["sphinx", "nbsphinx", "ipykernel", "jupyter_client", "sphinx_rtd_theme",
dev = ["pytest"]

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

0 comments on commit d3ddf5a

Please sign in to comment.