-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (43 loc) · 930 Bytes
/
pyproject.toml
File metadata and controls
47 lines (43 loc) · 930 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
45
46
47
[project]
name = "arcarde"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
authors = [
{ name = "Volker Heggemann", email = "vohegg@gmail.com" }
]
license-files = [
"LICENSE",
]
dependencies = [
"flet>=0.84.0",
"flet-audio>=0.84.0",
"pygame>=2.6.1",
]
[dependency-groups]
dev = [
"flet-cli>=0.84.0",
"flet-desktop>=0.84.0",
"flet-web>=0.84.0",
]
[tool.flet]
desktop_flavor = "light"
org = "com.mycompany"
product = "arcarde"
company = "Flet"
copyright = "Copyright (C) 2023-2026 Volker Heggemann"
[tool.flet.app]
path = "src"
[tool.arcade.music]
license_file = "MUSIC_LICENSE.txt"
background_license_file = "BACKGROUND_LICENSE.txt"
license_type = "CC BY 4.0"
files = [
"assets/slimeyfox-gameotoon-481311.mp3",
"assets/freezeloop.mp3",
"assets/Surprise.mp3",
"assets/Simple Bounce.mp3",
"assets/Spinning 3.mp3",
"assets/Coins 3.mp3",
]