Skip to content

Commit

Permalink
MANIFEST.in: specify the correct path to prune .mypy_cache
Browse files Browse the repository at this point in the history
Source distributions and subsequent downstream packaging results were including .mypy_cache contents.
  • Loading branch information
dhgutteridge authored Jan 27, 2020
1 parent d35b021 commit 4dfd687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4dfd687

Please sign in to comment.