Skip to content

Commit

Permalink
fix: reference poetry-core in build system
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed Mar 3, 2024
1 parent 6a8478f commit b0b1a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-module-template"
version = "1.2.0"
version = "1.2.1"
description = "A template for Python libraries."
authors = ["Jerome Guibert <[email protected]>"]

Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.github_repo}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ capture_stdout = "requirements.txt"


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

# Scripts Example
#[tool.poetry.scripts]
Expand Down

0 comments on commit b0b1a82

Please sign in to comment.