11[project ]
22version = " 0.2.0"
33name = " omar-rq"
4+ description = " Wrapper library to use the OMAR-RQ models for audio music representation"
5+ readme = " README.md"
6+ license = { text = " AGPL-3.0 license" }
7+ authors = [
8+ { name = " Pablo Alonso" , email = " pablo.alonso@upf.edu" },
9+ { name = " Pedro Ramoneda" , email = " pedro.ramoneda@upf.edu" },
10+ { name = " R. Oguz Araz" , email = " recepoguz.araz@upf.edu" },
11+ ]
12+ keywords = [
13+ " deep learning" ,
14+ " audio" ,
15+ " transformers" ,
16+ " mir" ,
17+ " music" ,
18+ " representation learning" ,
19+ " self-supervised learning" ,
20+ ]
21+
22+ classifiers = [
23+ " Intended Audience :: Developers" ,
24+ " Intended Audience :: Science/Research" ,
25+
26+ " License License :: OSI Approved :: AGPL-3.0 license" ,
27+
28+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
29+ " Topic :: Software Development :: Libraries" ,
30+ " Topic :: Multimedia :: Sound/Audio :: Analysis" ,
31+
32+ " Programming Language :: Python :: 3" ,
33+ " Programming Language :: Python :: 3.10" ,
34+ " Programming Language :: Python :: 3.11" ,
35+ " Programming Language :: Python :: 3.12" ,
36+ " Programming Language :: Python :: 3.13" ,
37+ ]
38+
39+
440
541requires-python = " >= 3.10"
642
@@ -24,6 +60,10 @@ train = [
2460 " wandb" ,
2561]
2662
63+ [project .urls ]
64+ Issues = " https://https://github.com/MTG/omar-rq/issues/"
65+ Homepage = " https://github.com/username/omar-rq/"
66+
2767[build-system ]
2868requires = [" setuptools>=65.5.0" , " wheel" ]
2969build-backend = " setuptools.build_meta"
0 commit comments