Files
pyappengine/pyproject.toml
2024-02-22 23:36:59 +01:00

20 lines
471 B
TOML

[project]
name = "pyappengine"
version = "0.1"
authors = [
{ name="François Dausseur", email="fdausseur@free.fr" },
]
description = "Python application engine"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: CeCILL-C",
"Operating System :: OS Independent",
]
dependencies = [
"systemd-python",
]
[project.urls]
"Homepage" = "https://git.beafrancois.fr/Foue/pyappengine"