Skip to content

Commit

Permalink
Merge pull request #1741 from cuthbertLab/pyproject-updates
Browse files Browse the repository at this point in the history
Pyproject updates
  • Loading branch information
mscuthbert authored Oct 30, 2024
2 parents d030776 + 3e4a909 commit 1dfb6d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/source/about/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ to this project. Their contributions and generosity are greatly appreciated.
support and for their contributions to the open source music notation projects,
including the Bach Goldberg Variations and the Handel Arias included.

* `Jacob Tylor Walls`_, contributed greatly to the type-safety, speed, and test coverage
* `Jacob Walls`_, contributed greatly to the type-safety, speed, and test coverage
of `music21`. If your music21 program "just works" without needing to guess what
any argument goes where, Jacob is to thank.

Expand Down Expand Up @@ -142,7 +142,7 @@ to this project. Their contributions and generosity are greatly appreciated.
Haydn, and Mozart, in musicxml format which we have been able to include in music21.

.. _Donald Byrd: https://web.archive.org/web/20220610200930/https://homes.luddy.indiana.edu/donbyrd/CMNExtremes.htm
.. _Jacob Tylor Walls: https://jacobtylerwalls.com/
.. _Jacob Walls: https://jacobtylerwalls.com/
.. _Laura E. Conrad: http://www.serpentpublications.org/drupal7/
.. _MuseScore: https://musescore.com/
.. _Bryen Travis: http://www.bachcentral.com/
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Artistic Software",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Conversion",
"Topic :: Multimedia :: Sound/Audio :: MIDI",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

# when hatch-requirements-txt is stable, replace with that
Expand All @@ -46,7 +48,7 @@ dependencies = [
"jsonpickle",
"matplotlib",
"more_itertools",
"numpy",
"numpy<2.0.0",
"requests",
"webcolors>=1.5",
]
Expand All @@ -58,6 +60,7 @@ email = "[email protected]"
[project.urls]
Download = "https://github.com/cuthbertLab/music21/releases/"
Homepage = "https://github.com/cuthbertLab/music21"
Documentation = "https://www.music21.org/music21docs/"

[tool.hatch.version]
path = "music21/_version.py"
Expand Down

0 comments on commit 1dfb6d0

Please sign in to comment.