Skip to content

Commit

Permalink
[pyproject] Include template data
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Nov 6, 2024
1 parent 275b978 commit 17dfe91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ format.distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y

[tool.hatch.build.targets.sdist]
include = [
"src/pelican/plugins/**/*.py",
"src/pelican/plugins/templates/publications.html",
"src/pelican/plugins/pybtex/**/*.py",
"src/pelican/plugins/pybtex/**/*.html",
"LICENSES/*.txt",
]

Expand Down

0 comments on commit 17dfe91

Please sign in to comment.