-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (26 loc) · 921 Bytes
/
pyproject.toml
File metadata and controls
28 lines (26 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "deezergw"
version = "0.0.1"
authors = [{ name = "TabbedDev", email = "trashmail1@gnuhobbyhub.de" }]
description = "A wrapper for the private Deezer APIs"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Natural Language :: English",
"Topic :: Multimedia :: Sound/Audio",
]
dependencies = ["pycryptodome>=3.8.1", "requests>=2.32.4"]
license = "MIT"
license-files = ["LICENSE"]
[project.urls]
Homepage = "https://github.com/tabbeddev/deezergw/"
Issues = "https://github.com/tabbeddev/deezergw/issues"