diff options
Diffstat (limited to 'pyproject.toml')
-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"] |