# HG changeset patch # User Franz Glasner # Date 1777190733 -7200 # Node ID c41bd33b511c0ded972802b9bc6a7a51d47eb26a # Parent a0b9fe464eb29e302cc651ea96693d613e52d9df FIX: Add the "docs" directory to the source distribution package diff -r a0b9fe464eb2 -r c41bd33b511c MANIFEST.in --- a/MANIFEST.in Sun Apr 26 09:45:04 2026 +0200 +++ b/MANIFEST.in Sun Apr 26 10:05:33 2026 +0200 @@ -1,4 +1,6 @@ include .hg* *.txt *.ini graft LICENSES +graft docs graft tests +prune docs/_build global-exclude *.pyc *.pyo