Skip to content

Commit c916ca3

Browse files
mr-cJukkaL
authored andcommitted
sdist: include misc/{diff-cache,apply-cache-diff}.py for mypy/test/test_diff_cache.py (#21096)
In Debian, we build the `mypy` Debian package from the Python package source dists published to https://pypi.org/project/mypy/ ; so to support running the `mypy/test/test_diff_cache.py` tests, include `misc/{diff-cache,apply-cache-diff}.py` in the `MANIFEST.in`
1 parent b137e4e commit c916ca3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ include test-requirements.in
3838
include test-requirements.txt
3939
include mypy_self_check.ini
4040
prune misc
41+
include misc/diff-cache.py
42+
include misc/apply-cache-diff.py
4143
graft test-data
4244
graft mypy/test
4345
include conftest.py

0 commit comments

Comments
 (0)