Skip to content

Commit 4100147

Browse files
committed
chore: update MANIFEST.in and pyproject.toml to include specific query files
1 parent 11a0180 commit 4100147

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include src/mutahunter/core/pilot/aider/queries/*.scm

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ testing = ['pytest']
4040
mutahunter = "mutahunter.main:run"
4141

4242
[tool.setuptools.package-data]
43-
mutahunter = ['*.scm']
43+
mutahunter = ['src/mutahunter/core/pilot/aider/queries/*.scm']

0 commit comments

Comments
 (0)