Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchapman-dev committed Mar 7, 2024
2 parents 082377f + ded32d5 commit 8fdc0f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build_dist.commands
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ python3 -m build
# Check for malformed README URLs:
python3 -m twine check dist/*

# Test-publish to testpypi:
# Test-publish to testpypi (__token__/password for pypi):
python3 -m twine upload --repository testpypi dist/*

# If all looks good, then publish on pypi proper:
# If all looks good, then publish on pypi proper (no password needed):
python3 -m twine upload dist/*
4 changes: 2 additions & 2 deletions pypi_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ musicdiff is derived from: [music-score-diff](https://github.com/fosfrancesco/mu
by [Francesco Foscarin](https://github.com/fosfrancesco).

## Setup
Depends on [music21](https://pypi.org/project/music21) (version 9.1+), [numpy](https://pypi.org/project/numpy), and [converter21](https://pypi.org/project/converter21) (version 3.0+). You also will need to configure music21 (instructions [here](https://web.mit.edu/music21/doc/usersGuide/usersGuide_01_installing.html)) to display a musical score (e.g. with MuseScore). Requires Python 3.10+.
Depends on [music21](https://pypi.org/project/music21) (version 9.1+), [numpy](https://pypi.org/project/numpy), and [converter21](https://pypi.org/project/converter21) (version 3.1+). You also will need to configure music21 (instructions [here](https://web.mit.edu/music21/doc/usersGuide/usersGuide_01_installing.html)) to display a musical score (e.g. with MuseScore). Requires Python 3.10+.

## Usage
On the command line:
Expand Down Expand Up @@ -45,7 +45,7 @@ Many thanks to [Francesco Foscarin](https://github.com/fosfrancesco) for allowin

## License
The MIT License (MIT)
Copyright (c) 2022, 2023 Francesco Foscarin, Greg Chapman
Copyright (c) 2022-2024 Francesco Foscarin, Greg Chapman

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 8fdc0f4

Please sign in to comment.