-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (37 loc) · 994 Bytes
/
pyproject.toml
File metadata and controls
44 lines (37 loc) · 994 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[project]
name = "spotipython"
version = "0.1.2.post0"
description = "Autogenerated Spotify Web API client library. Supports async and typed."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"attrs>=25.3.0",
"httpx>=0.28.1",
"python-dateutil>=2.9.0.post0",
"python-dotenv>=1.1.1",
]
authors = [
{ name="Maurice Banerjee Palmer", email="spotipython@maurice.fm"},
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
]
[dependency-groups]
dev = [
"openapi-python-client>=0.26.0",
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
]
[project.urls]
Homepage = "https://github.com/mbanerjeepalmer/spotipython"
[build-system]
# TODO is this the correct version constraint?
requires = ["uv_build>=0.8.14,<0.9.0"]
build-backend = "uv_build"
[tool.uv.build-backend]
module-name = "spotipython"
module-root = ""