Added pyproject.toml

This commit is contained in:
Antonio de la Rosa 2025-10-18 20:49:08 +02:00
parent b695361bf7
commit 9983aa4265

27
pyproject.toml Normal file
View file

@ -0,0 +1,27 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "pastafariutils"
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@salirdelhoyo.com"}]
readme = "README.md"
version = "0.75"
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"
]
requires-python = ">=3.9"
[project.urls]
Home = "https://git.cuchulu.com/paramecio/pastafariutils/"
# Documentation = "https://docs.cuchulu.com/paramecio2/"