Skip to content
Open
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: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Python module to build digital signal processing program."
readme = "README.md"
requires-python = ">=3.9, <4"
keywords = ["audio", "sound", "dsp", "synthesis", "signal-processing", "music"]
license = {text = "LGPLv3+"}
license = "LGPL-3.0-or-later"
classifiers = [
# How mature is this project? Common values are
# 3 - Alpha
Expand All @@ -26,8 +26,6 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
# Pick your license as you wish (should match "license" above)
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
# Topics
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Analysis",
Expand Down