18 lines
431 B
TOML
18 lines
431 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",
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://git.beafrancois.fr/Foue/pyappengine"
|