-
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (21 loc) · 648 Bytes
/
Copy pathpyproject.toml
File metadata and controls
25 lines (21 loc) · 648 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
[project]
name = "music-assistant-frontend"
# The version is set by GH action on release
version = "0.0.0"
license = {text = "Apache-2.0"}
description = "The Music Assistant frontend"
readme = "README.md"
authors = [
{name = "The Music Assistant Authors", email = "m.vanderveldt@outlook.com"}
]
requires-python = ">=3.11.0"
[project.urls]
"Homepage" = "https://github.com/music-assistant/frontend"
[tool.setuptools]
platforms = ["any"]
zip-safe = false
include-package-data = true
[tool.setuptools.packages.find]
include = ["music_assistant_frontend"]
[tool.codespell]
ignore-words-list = "provid,hass,followings"