Skip to content

Commit 01bcfdd

Browse files
include scripts/ in sdist — CONTRIBUTING.md references them
Gemini flagged that CONTRIBUTING.md (shipped in sdist) directs users to run `scripts/audit_test_quality.py` and `scripts/verify_test_fidelity.py`, so excluding the directory leaves those instructions broken for source-install consumers. Both scripts are small Python-only files with no external dependencies. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 473d52c commit 01bcfdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ include = [
6565
"/src",
6666
"/tests",
6767
"/docs",
68+
"/scripts",
6869
"/README.md",
6970
"/LICENSE",
7071
"/CHANGELOG.md",

0 commit comments

Comments
 (0)