Skip to content

Commit

Permalink
Use poetry as a build system
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Sep 19, 2023
1 parent 1d777f7 commit d5b0cae
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
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools >= 61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "PASCal"
Expand Down

0 comments on commit d5b0cae

Please sign in to comment.