Skip to content

Commit

Permalink
refactor: update templates to include nested directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jungs1 committed Aug 10, 2024
1 parent 59c2bac commit cb39b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include src/mutahunter/core/queries/*.scm
include src/mutahunter/core/templates/*.html
include src/mutahunter/core/templates/*.txt
recursive-include src/mutahunter/core/templates *.txt *.html
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ mutahunter = "mutahunter.main:run"
[tool.setuptools.package-data]
mutahunter = [
'src/mutahunter/core/queries/*.scm',
'src/mutahunter/core/templates/*.html',
'src/mutahunter/core/templates/*.txt',
'src/mutahunter/core/templates/**/*.html',
'src/mutahunter/core/templates/**/*.txt',
]

0 comments on commit cb39b5c

Please sign in to comment.