Skip to content

Commit 662b99a

Browse files
hauntsaninjatushar-deepsource
authored andcommitted
Fix sdist build for editorconfig (python#11889)
editorconfig was added in python#11883 and broke check-manifest in https://github.com/mypyc/mypy_mypyc-wheels/runs/4680413534?check_suite_focus=true Co-authored-by: hauntsaninja <>
1 parent 881771d commit 662b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ include runtests.py
4141
include pytest.ini
4242

4343
include LICENSE mypyc/README.md
44-
exclude .gitmodules CONTRIBUTING.md CREDITS ROADMAP.md tox.ini action.yml
44+
exclude .gitmodules CONTRIBUTING.md CREDITS ROADMAP.md tox.ini action.yml .editorconfig
4545

4646
global-exclude *.py[cod]
4747
global-exclude .DS_Store

0 commit comments

Comments
 (0)