Skip to content

Commit 8fdc0f4

Browse files
Merge branch 'main' into develop
2 parents 082377f + ded32d5 commit 8fdc0f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build_dist.commands

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ python3 -m build
1414
# Check for malformed README URLs:
1515
python3 -m twine check dist/*
1616

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

20-
# If all looks good, then publish on pypi proper:
20+
# If all looks good, then publish on pypi proper (no password needed):
2121
python3 -m twine upload dist/*

pypi_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ musicdiff is derived from: [music-score-diff](https://github.com/fosfrancesco/mu
77
by [Francesco Foscarin](https://github.com/fosfrancesco).
88

99
## Setup
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.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+.
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+.
1111

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

4646
## License
4747
The MIT License (MIT)
48-
Copyright (c) 2022, 2023 Francesco Foscarin, Greg Chapman
48+
Copyright (c) 2022-2024 Francesco Foscarin, Greg Chapman
4949

5050
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:
5151

0 commit comments

Comments
 (0)