I am getting
Exception: Crucial files were excluded from the sdist: README.md.
The fix for this seems to be to add README.md to the sdist list through the sed command.
sed -i '/\[tool.flit.sdist\]/a include = ["pyproject.toml", "LICENSE", "README.md", "apio/"]' pyproject.toml
Pinned Comments
Xesxen commented on 2026-03-22 23:32 (UTC)
The newer version has some extra deps that aren't in AUR or the main package list yet. Without these Apio doesn't work, so I'll tackle these sometime soon.