Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24b4a81

Browse files
authored
Include 2 more files in the sdist: CREDITS & typeshed/stdlib/_typeshed/README.md (#21131)
Not required for anything, but it seems nice. CREDITS was excluded back in 2020, but it seems polite to include it in the sdists #9592 / f5f5485 With this PR, CREDITS won't be part of the wheel, but `typeshed/stdlib/_typeshed/README.md` will; let me know if I should exclude it from the wheel
1 parent 3fbbd55 commit 24b4a81

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
prune mypy/typeshed
66
include mypy/typeshed/LICENSE
77
include mypy/typeshed/stdlib/VERSIONS
8+
include mypy/typeshed/stdlib/_typeshed/README.md
89
recursive-include mypy/typeshed *.pyi
910

1011
# mypy and mypyc
@@ -46,8 +47,8 @@ include conftest.py
4647
include runtests.py
4748
include tox.ini
4849

49-
include LICENSE mypyc/README.md CHANGELOG.md
50-
exclude .gitmodules CONTRIBUTING.md CREDITS ROADMAP.md action.yml .editorconfig
50+
include LICENSE mypyc/README.md CHANGELOG.md CREDITS
51+
exclude .gitmodules CONTRIBUTING.md ROADMAP.md action.yml .editorconfig
5152
exclude .git-blame-ignore-revs .pre-commit-config.yaml
5253

5354
global-exclude *.py[cod]

0 commit comments

Comments
 (0)