-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 827 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 827 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
[build-system]
requires = ["meson-python"]
build-backend = "mesonpy"
[project]
name = "bakery"
version = "1.7.0"
description = "Bakery the Beryllium OS installer"
readme = "README.md"
license = { text = "GPL-3.0-or-later" }
authors = [
{ name = "Bill Sideris", email = "bill88t@feline.gr" },
]
requires-python = ">=3.13"
dependencies = [
"pyrunning",
"beryllium",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Natural Language :: English",
]
[project.urls]
Homepage = "https://github.com/beryllium-org/Bakery"
Source = "https://github.com/beryllium-org/Bakery"
Issues = "https://github.com/beryllium-org/Bakery/issues"