contextlib2/MANIFEST.in
Nick Coghlan 4fbce74d08 Fix typechecking with recent mypy releases
* 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
2024-05-23 00:09:11 +10:00

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