smed-vaktis/pyproject.toml
2026-04-06 12:21:04 +02:00

30 lines
840 B
TOML

[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "smed_vaktis"
version = "1.0.0"
dependencies = []
requires-python = ">=3.12"
authors = [
{ name="Anders Englöf Ytterström", email="yttan@fastmail.se" },
]
maintainers = [
{ name="Anders Englöf Ytterström", email="yttan@fastmail.se" },
]
description = "Plugin for Smed"
readme = "README.md"
license = "MIT"
license-files = ["LICEN[CS]E*"]
keywords = ["ssg", "static site generator", "plugin"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.12",
"Environment :: Plugins",
"Topic :: Software Development :: Static Site Generators",
]
[project.urls]
Homepage = "https://kod.madr.se/aey/smed-vaktis"
Repository = "https://kod.madr.se/aey/smed-vaktis/issues"