Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyproject updates #1741

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading