lsgm/pyproject.toml

33 lines
729 B
TOML
Raw Normal View History

2024-02-17 02:21:42 +01:00
[build-system]
2025-06-07 20:34:24 +02:00
requires = ["hatchling"]
build-backend = "hatchling.build"
2024-02-17 02:21:42 +01:00
[project]
authors = [
2025-06-07 20:34:24 +02:00
{ name = "Marc Beninca", email = "git@marc.beninca.link" },
2024-02-17 02:21:42 +01:00
]
maintainers = [
2025-06-07 20:34:24 +02:00
{ name = "Marc Beninca", email = "git@marc.beninca.link" },
2024-02-17 02:21:42 +01:00
]
classifiers = [
2025-06-07 20:34:24 +02:00
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
2024-02-17 02:21:42 +01:00
]
2025-06-07 20:34:24 +02:00
dependencies = ["rwx"]
description = "Live Scan Grub Menu"
dynamic = ["version"]
2024-02-17 02:21:42 +01:00
keywords = []
2025-06-07 20:34:24 +02:00
license-files = ["license.md"]
name = "lsgm"
readme = "readme.md"
requires-python = ">= 3.11"
2024-02-17 02:21:42 +01:00
[project.scripts]
2025-06-07 20:34:24 +02:00
# command = "package.module:function"
2024-02-17 02:21:42 +01:00
[project.urls]
[tool.hatch.version]
2025-06-07 20:34:24 +02:00
path = "lsgm/__init__.py"