Skip to content

Commit

Permalink
Fix pyproject.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Apr 19, 2024
1 parent f91109d commit 9ce1305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "basic-pitch"
version = "0.3.1"
description = "Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection."
readme = "README.md"
keywords = []
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -39,7 +40,7 @@ maintainer = "Spotify"
maintainer_email = "basic-pitch@spotify.com"
url = "https://github.com/spotify/basic-pitch"
long_description = "Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection. See https://github.com/spotify/basic-pitch for more details."
license = "Apache 2.0"
license = { file = "LICENSE" }

[tool.setuptools.packages.find]
where = ["."]
Expand Down

0 comments on commit 9ce1305

Please sign in to comment.