Skip to content

Commit

Permalink
Add missing build-system section to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenbarth committed Jul 12, 2024
1 parent 5f369ca commit 12a09a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[project]
name = "myst-nb-json"
authors = [
Expand Down

0 comments on commit 12a09a2

Please sign in to comment.