@@ -5,24 +5,48 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " wav2aug"
77version = " 0.1.0"
8- description = " A general speech augmentation policy. "
8+ description = " A general speech augmentation policy"
99readme = " readme.md"
1010requires-python = " >=3.10"
11+ license = {text = " Apache-2.0" }
12+ authors = [
13+ {name = " gfdb" }
14+ ]
15+ keywords = [" audio" , " speech" , " augmentation" , " pytorch" , " machine-learning" , " deep-learning" ]
16+ classifiers = [
17+ " Development Status :: 3 - Alpha" ,
18+ " Intended Audience :: Developers" ,
19+ " Intended Audience :: Science/Research" ,
20+ " License :: OSI Approved :: Apache Software License" ,
21+ " Programming Language :: Python :: 3" ,
22+ " Programming Language :: Python :: 3.10" ,
23+ " Programming Language :: Python :: 3.11" ,
24+ " Programming Language :: Python :: 3.12" ,
25+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
26+ " Topic :: Multimedia :: Sound/Audio :: Analysis" ,
27+ " Topic :: Software Development :: Libraries :: Python Modules" ,
28+ ]
1129dependencies = [
1230 " torch>=2.8.0" ,
1331 " torchcodec>=0.7.0" ,
1432]
1533
1634[project .optional-dependencies ]
1735test = [
18- " pytest>=8" ,
19- " pytest-cov" ,
36+ " pytest>=8" ,
37+ " pytest-cov" ,
2038]
2139
40+ [project .urls ]
41+ Homepage = " https://github.com/gfdb/wav2aug"
42+ Repository = " https://github.com/gfdb/wav2aug"
43+ Issues = " https://github.com/gfdb/wav2aug/issues"
44+ Documentation = " https://github.com/gfdb/wav2aug#readme"
45+
2246
2347[tool .setuptools ]
2448include-package-data = true
2549packages = { find = { where = [" ." ], include = [" wav2aug*" ], exclude = [" tests*" ], namespaces = true } }
2650
2751[tool .setuptools .package-data ]
28- wav2aug = [" py.typed" , " **/*.yaml" , " assets/**" ]
52+ wav2aug = [" py.typed" , " **/*.yaml" , " assets/**" ]
0 commit comments