Skip to content

Commit

Permalink
Update pyproject.toml build system
Browse files Browse the repository at this point in the history
  • Loading branch information
elicbarbieri committed Mar 26, 2024
1 parent 1fe2b1d commit f6ce2ec
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 @@ -28,7 +28,7 @@ sphinx-book-theme = "^1.0.1"


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


Expand Down Expand Up @@ -89,4 +89,4 @@ min-public-methods = 2 # Minimum number of public methods for a class (see R090
exclude = [
"^docs\\.py$",
"^tests\\.py$",
]
]

0 comments on commit f6ce2ec

Please sign in to comment.