MANIFEST.in (9 lines of code) (raw):
# Include anything required to run the library that is *not* a Python file in `src/`
include *.txt tox.ini .coveragerc *.rst *.md
recursive-include tests *.py
exclude catalog-info.yaml mkdocs.yml
exclude logs
# Documentation
recursive-include docs *.png
recursive-include docs *.ico
recursive-include docs *.md