Skip to content

Commit

Permalink
Poetry: include package in src explicitly
Browse files Browse the repository at this point in the history
Michael Panchenko committed Apr 29, 2024
1 parent 5b6abf7 commit 27f425a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "{{cookiecutter.project_name}}"
packages = [{ include = "{{cookiecutter.package_name}}", from = "src" }]
version = "{{cookiecutter.initial_version}}"
description = ""
authors = ["{{cookiecutter.author}} <{{cookiecutter.author_email}}>"]

0 comments on commit 27f425a

Please sign in to comment.