Skip to content

Commit 2676cd8

Browse files
authored
Fix sdist build for editorconfig (#11889)
editorconfig was added in #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 b0c4461 commit 2676cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

+1-1
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)