diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:33:19 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:53:40 +0100 |
commit | d839cf7bcac6e50ea3afcff6e6ca7d49002f90b5 (patch) | |
tree | ec76922f93fb502dea0c94b179a4d5ca38e0b980 | |
parent | de732ca2524b269a4f56f911a37abc9c08e05139 (diff) | |
download | ssg-d839cf7bcac6e50ea3afcff6e6ca7d49002f90b5.tar.gz ssg-d839cf7bcac6e50ea3afcff6e6ca7d49002f90b5.tar.xz ssg-d839cf7bcac6e50ea3afcff6e6ca7d49002f90b5.zip |
pyproject.toml reformatting
-rw-r--r-- | pyproject.toml | 11 |
1 files 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"] |