diff --git a/documentation/source/about/about.rst b/documentation/source/about/about.rst index e7316cacc..5c824df9b 100644 --- a/documentation/source/about/about.rst +++ b/documentation/source/about/about.rst @@ -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. @@ -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/ diff --git a/pyproject.toml b/pyproject.toml index 8361d5797..43047338b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -46,7 +48,7 @@ dependencies = [ "jsonpickle", "matplotlib", "more_itertools", - "numpy", + "numpy<2.0.0", "requests", "webcolors>=1.5", ] @@ -58,6 +60,7 @@ email = "michael.asato.cuthbert@gmail.com" [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"