Skip to content

Commit

Permalink
Add missing package data
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Apr 6, 2024
1 parent 56f3002 commit 71cf641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ homepage = "https://github.com/{{cookiecutter.__gh_slug}}"
[tool.setuptools]
package-dir = {"" = "src"}

[tool.setuptools.package-data]
"*" = ["*.*"]

{% if cookiecutter.command_line_interface == 'Yes' %}
[project.scripts]
{{cookiecutter.slug}} = "{{cookiecutter.slug}}.cli:app"
Expand Down

0 comments on commit 71cf641

Please sign in to comment.