diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-07-17 22:38:09 +0700 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:53:40 +0100 |
commit | 174836d9f3d0ac5bdfa9d311da1e811c66c04730 (patch) | |
tree | fed3d5be051dd7d5122e52a6c64bbafcecf5a938 | |
parent | 09d9af0c02861748c8b0c7ce788c4a5ee8d3d077 (diff) | |
download | ssg-174836d9f3d0ac5bdfa9d311da1e811c66c04730.tar.gz ssg-174836d9f3d0ac5bdfa9d311da1e811c66c04730.tar.xz ssg-174836d9f3d0ac5bdfa9d311da1e811c66c04730.zip |
project URL
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2cbbdbc..461b620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,9 @@ dependencies = [ dynamic = ["description", "version"] requires-python = "~=3.6" +[project.urls] +Source = "https://the-tk.com/cgit/ssg/" + [tool.flit.sdist] exclude = ["**/.gitignore"] |