contextlib2/MANIFEST.in
Nick Coghlan c223508344 Sync with CPython 3.12.3
Also adds some helper scripts for the sync process

Closes #43
2024-05-23 16:55:15 +10:00

5 lines
231 B
Text

include *.py *.cfg *.txt *.rst *.md *.ini MANIFEST.in
recursive-include contextlib2 *.py *.pyi py.typed
recursive-include docs *.rst *.py make.bat Makefile
recursive-include test *.py
recursive-include dev *.patch *.allowlist *.sh