-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
88 lines (69 loc) · 1.91 KB
/
pyproject.toml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# This project was generated with 0.3.22 using template: https://github.com/beeware/[email protected]
[tool.briefcase]
project_name = "EdFlowSimulator"
bundle = "com.izeno"
version = "1.0.0"
url = "https://github.com/VoxDroid/EDFlowSimulator"
license.file = "LICENSE"
author = "VoxDroid"
author_email = "[email protected]"
[tool.briefcase.app.edflowsimulator]
formal_name = "EdFlowSimulator"
description = "A discrete-event simulation model to optimize patient flow in the Emergency Department of Sta. Cruz Provincial Hospital, Philippines. Built with Python and SimPy, it analyzes bottlenecks, resource utilization, and waiting times, providing data-driven recommendations for improved efficiency."
long_description = """More details about the app should go here."""
icon = "assets/icons/EDFlowSimulator"
sources = [
"src/edflowsimulator",
]
test_sources = [
"tests",
]
requires = [
]
test_requires = [
]
[tool.briefcase.app.edflowsimulator.macOS]
universal_build = true
requires = [
]
[tool.briefcase.app.edflowsimulator.linux]
requires = [
]
[tool.briefcase.app.edflowsimulator.linux.system.debian]
system_requires = [
]
system_runtime_requires = [
]
[tool.briefcase.app.edflowsimulator.linux.system.rhel]
system_requires = [
]
system_runtime_requires = [
]
[tool.briefcase.app.edflowsimulator.linux.system.suse]
system_requires = [
]
system_runtime_requires = [
]
[tool.briefcase.app.edflowsimulator.linux.system.arch]
system_requires = [
]
system_runtime_requires = [
]
[tool.briefcase.app.edflowsimulator.linux.flatpak]
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "24.08"
flatpak_sdk = "org.freedesktop.Sdk"
[tool.briefcase.app.edflowsimulator.windows]
requires = [
]
# Mobile deployments
[tool.briefcase.app.edflowsimulator.iOS]
requires = [
]
[tool.briefcase.app.edflowsimulator.android]
requires = [
]
# Web deployments
[tool.briefcase.app.edflowsimulator.web]
requires = [
]