Skip to content

Commit

Permalink
fix: include templates as pkg data
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 26, 2024
1 parent cc2c4ea commit ef6b9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include CITATION.cff
include VERSION
include pyproject.toml
include src/ccbr_tools/templates/*
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/*"]

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

0 comments on commit ef6b9aa

Please sign in to comment.