Skip to content

Commit

Permalink
fix: include quarto extensions in pkg data
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 30, 2024
1 parent 704a9a1 commit a78f2e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ccbr_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ override_SS05 = [ # override SS05 to allow docstrings starting with these words
[tool.setuptools.package-data]
"*" = ["LICENSE", "VERSION", "CITATION.cff", "CHANGELOG.md", "pyproject.toml"]
"ccbr_tools.templates" = ["src/ccbr_tools/templates/*"]
"ccbr_tools.extensions" = ["src/ccbr_tools/_extensions/**"]

[tool.setuptools.dynamic]
version = {file = "VERSION"}
Expand Down
Empty file.
Empty file.

0 comments on commit a78f2e1

Please sign in to comment.