Skip to content

Commit

Permalink
feat: add package-data
Browse files Browse the repository at this point in the history
  • Loading branch information
jungs1 committed Jul 29, 2024
1 parent c8717ed commit d641528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include src/mutahunter/core/queries/*.scm
include src/mutahunter/core/queries/*.scm
include src/mutahunter/core/html/*.html
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ testing = ['pytest']
mutahunter = "mutahunter.main:run"

[tool.setuptools.package-data]
mutahunter = ['src/mutahunter/core/queries/*.scm']
mutahunter = [
'src/mutahunter/core/queries/*.scm',
'src/mutahunter/core/html/*.html',
]

0 comments on commit d641528

Please sign in to comment.