# Include essential files for source distribution include README.md include LICENSE include QUICKSTART.md include docs/API.md include pyproject.toml include setup.py # Include package sources recursive-include libfyaml *.c *.py *.pyi # Exclude build artifacts global-exclude *.pyc global-exclude *.pyo global-exclude *.so global-exclude *.pyd global-exclude __pycache__