include README.md include LICENSE include CHANGELOG.md include pyproject.toml recursive-include src *.py recursive-include src *.typed include tests/*.py exclude tests/__pycache__/* exclude src/**/__pycache__/* exclude .git/* exclude .gitignore exclude .pytest_cache/* exclude *.egg-info/* exclude build/* exclude dist/*