Skip to content

Commit b419df0

Browse files
committed
Mark project as stable
1 parent d6c5c11 commit b419df0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ requires-python = ">=3.9"
2121
authors = [
2222
{ name = "KEUM Myungchul" },
2323
]
24+
license = "LGPL-2.1-or-later"
2425
keywords = [
2526
"audio resampling",
2627
"samplerate conversion",
@@ -29,7 +30,7 @@ keywords = [
2930
"resampler",
3031
]
3132
classifiers = [
32-
"Development Status :: 4 - Beta",
33+
"Development Status :: 5 - Production/Stable",
3334

3435
"Intended Audience :: Developers",
3536
"Intended Audience :: Science/Research",
@@ -38,12 +39,10 @@ classifiers = [
3839
"Topic :: Multimedia :: Sound/Audio :: Conversion",
3940
"Topic :: Scientific/Engineering",
4041

41-
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
42-
4342
"Programming Language :: C",
4443
"Programming Language :: C++",
4544
"Programming Language :: Python :: 3",
46-
"Programming Language :: Python :: Free Threading :: 1 - Unstable",
45+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
4746
]
4847
dependencies = ["numpy"]
4948

0 commit comments

Comments
 (0)