Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 25, 2025
1 parent 3c0aee8 commit 195d0ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/{{project_name}}"]

[tool.hatch.build]
include = [
"LICENSE", # Ensure the LICENSE file is included in your package
"README.md",
"src/{{ project_name }}"
]

[tool.bandit]
exclude_dirs = ["tests"]

0 comments on commit 195d0ed

Please sign in to comment.