mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
* sync with latest typeshed stub file (closes #54) * publish `dev/mypy.allowlist` in sdist (closes #53) * drop Python 3.7 support due to positional-only arg syntax in the updated stub file
5 lines
233 B
Text
5 lines
233 B
Text
include *.py *.cfg *.txt *.rst *.md *.ini MANIFEST.in dev/mypy.allowlist
|
|
recursive-include contextlib2 *.py *.pyi py.typed
|
|
recursive-include docs *.rst *.py make.bat Makefile
|
|
recursive-include test *.py
|
|
recursive-include dev *.patch
|