Skip to content

Commit ffadace

Browse files
committed
Update the license specifier format in pyproject.toml
1 parent c6c046e commit ffadace

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ classifiers=[
1616
"Environment :: Console",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Science/Research",
19-
"License :: OSI Approved :: MIT License",
2019
"Operating System :: OS Independent",
2120
"Programming Language :: Python :: 3",
2221
"Topic :: Scientific/Engineering",
2322
"Topic :: Multimedia :: Sound/Audio",
2423
]
2524
keywords=["samplerate", "converter", "signal processing", "audio"]
26-
license = {text = "MIT"}
25+
license = "MIT"
2726
dependencies = ["numpy"]
2827

2928
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)