Skip to content

Commit

Permalink
fix: add section build-system for poetry (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho authored Aug 16, 2024
1 parent 32980bf commit b7777bd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

{% if cookiecutter.project_layout == "src" -%}
{% set package_path = "src/" + cookiecutter.package_slug -%}
{% else -%}
Expand Down

0 comments on commit b7777bd

Please sign in to comment.