Skip to content

Commit 8976019

Browse files
committed
Update metadata
1 parent ff5f6c1 commit 8976019

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
[project]
22
version = "0.2.0"
33
name = "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

541
requires-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]
2868
requires = ["setuptools>=65.5.0", "wheel"]
2969
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)