From d839cf7bcac6e50ea3afcff6e6ca7d49002f90b5 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 31 Aug 2025 18:33:19 +0100 Subject: pyproject.toml reformatting --- pyproject.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d168dd..762920b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,23 +4,18 @@ build-backend = "flit_core.buildapi" [project] name = "ssg" -authors = [ - {name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}, -] +dependencies = ["Jinja2 >= 3,< 4"] +authors = [{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}] classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", ] -dependencies = [ - "Jinja2 >=3,<4", -] dynamic = ["description", "version"] requires-python = "~=3.6" +urls = { Source = "https://the-tk.com/cgit/ssg/" } -[project.urls] -Source = "https://the-tk.com/cgit/ssg/" [tool.flit.sdist] exclude = ["**/.gitignore"] -- cgit v1.2.3-70-g09d2