Skip to content

Commit

Permalink
Update pyproject.toml.jinja (#37)
Browse files Browse the repository at this point in the history
* Update pyproject.toml.jinja

* Rename LICENSE.txt.jinja to LICENSE.jinja
  • Loading branch information
tschm authored Jan 25, 2025
1 parent 3c0aee8 commit be413dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
File renamed without changes.
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 be413dd

Please sign in to comment.