From 4dfd687b83de9e0164b38e4965c64c47925c0154 Mon Sep 17 00:00:00 2001 From: "David H. Gutteridge" Date: Mon, 27 Jan 2020 16:59:41 -0500 Subject: [PATCH] MANIFEST.in: specify the correct path to prune .mypy_cache Source distributions and subsequent downstream packaging results were including .mypy_cache contents. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index bc0aab58ae..73555fc802 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ global-include *.p.gz *.py *.txt *.xml *.krn *.mxl *.musicxml *.pdf *.html *.ipynb *.css *.js *.png *.tiff *.jpg *.xls *.mid *.abc *.json *.md *.rst *.zip *.rntxt *.command *.scl *nwc *.nwctxt *.wav *.mei LICENSE global-exclude *ipynb_checkpoints* *-checkpoint.ipynb prune dist -prune .mypy_cache +prune music21/.mypy_cache prune obsolete prune documentation