File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ requires-python = ">=3.9"
2121authors = [
2222 { name = " KEUM Myungchul" },
2323]
24+ license = " LGPL-2.1-or-later"
2425keywords = [
2526 " audio resampling" ,
2627 " samplerate conversion" ,
@@ -29,7 +30,7 @@ keywords = [
2930 " resampler" ,
3031]
3132classifiers = [
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]
4847dependencies = [" numpy" ]
4948
You can’t perform that action at this time.
0 commit comments