Skip to content

Commit

Permalink
Music21 v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myke Cuthbert committed Sep 9, 2021
1 parent 300f663 commit 30530fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
@@ -1,6 +1,7 @@
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-include *.p.gz *.py *.txt *.xml *.krn *.mxl *.musicxml *.pdf *.html *.ipynb *.css *.js *.png *.jpg *.mid *.abc *.json *.md *.rst *.rntxt *.command *.scl *nwc *.nwctxt *.wav *.mei LICENSE
global-exclude *ipynb_checkpoints* *-checkpoint.ipynb
prune dist
prunt .mypy_cache
prune music21/.mypy_cache
prune obsolete
prune documentation
9 changes: 6 additions & 3 deletions dist/dist.py
Expand Up @@ -42,9 +42,12 @@
11. run documentation/upload.py or upload via ssh.
-- you will need an MIT username and password + a dual authentication passcode
12. zip up documentation/build/html and get ready to upload/delete it. (skip for Alpha/Beta)
12. zip up documentation/build/html and get ready to upload/delete it.
Rename to music21.v.7.1.0-docs.zip (skip for Alpha/Beta)
13. And finally this file. (from the command line; not as python -m... Catalina needs sudo)
12b. If any new file extensions have been added, be sure to add them to MANIFEST.in
13. And finally this file. (from the command line; not as python -m... OS 11+ needs sudo)
14. COMMIT to Github at this point w/ commit comment of the new version,
then don't change anything until the next step is done.
Expand Down Expand Up @@ -181,7 +184,7 @@ def removeCorpus(self, fp):
'''
TAR = 'TAR'
# EGG = 'EGG'
if fp.endswith('.tar.gz'):
if fp and fp.endswith('.tar.gz'):
mode = TAR
modeExt = '.tar.gz'
else:
Expand Down

0 comments on commit 30530fd

Please sign in to comment.