cuchulucputils/pyproject.toml

34 lines
1 KiB
TOML

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "cuchulucputils"
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@salirdelhoyo.com"}]
readme = "README.md"
version = "0.76.7"
description = "Utils for make *nix scripts."
# dynamic = ["version", "description"]
classifiers=['Development Status :: 4 - Beta',
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Software Development :: Libraries :: Utils for Linux servers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]
requires-python = ">=3.9"
dependencies=[
"mako",
"jinja2"
]
[project.urls]
Home = "https://git.cuchulu.com/cuchulu/cuchulucputils/"
# Documentation = "https://docs.cuchulu.com/cuchulucp/"