Skip to content

Commit f6f6bf3

Browse files
committed
Cleanup manifest.in
Signed-off-by: Mihai Criveti <[email protected]>
1 parent badc7a9 commit f6f6bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ pytest -m "not slow"
228228
# To test everything:
229229

230230
make autoflake isort black pre-commit
231-
make interrogate doctest test smoketest lint-web flake8 bandit pylint
231+
make doctest test htmlcov smoketest lint-web flake8 bandit interrogate pylint verify
232232

233233
# Rules
234234
- When using git commit always add a -s to sign commits

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ prune *.egg-info
7575
prune charts
7676
prune k8s
7777
prune .devcontainer
78-
prune CLAUDE.*
79-
prune llms-full.txt
78+
exclude CLAUDE.*
79+
exclude llms-full.txt
8080

8181
# Exclude deployment, mcp-servers and agent_runtimes
8282
prune deployment

0 commit comments

Comments
 (0)