aboutsummaryrefslogtreecommitdiff
path: root/blog_v2/pyproject.toml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-01 21:47:23 +0100
committeralexpdp7 <alex@corcoles.net>2026-02-01 22:03:42 +0100
commitc48ca0ca40ed9ac009d7f84ce213ef5c69536ca7 (patch)
tree791845e06bb167794ec916fd6e2b04b6bba1234b /blog_v2/pyproject.toml
parentf94e0a1bc1aea34cb4eadd2305ddf724722cd9b9 (diff)
Migrate blog
Turns into a static site generator. All Gemini files with links have been rewritten to be relative. Closes: #731 Closes: #372 Closes: #28
Diffstat (limited to 'blog_v2/pyproject.toml')
-rw-r--r--blog_v2/pyproject.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/blog_v2/pyproject.toml b/blog_v2/pyproject.toml
deleted file mode 100644
index 2747ec4d..00000000
--- a/blog_v2/pyproject.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[project]
-name = "blog"
-version = "0.1.0"
-description = "Add your description here"
-authors = [
- { name = "alex", email = "alex@pdp7.net" }
-]
-requires-python = ">=3.12"
-dependencies = [
- "feedgen>=1.0.0",
- "htmlgenerator>=1.2.32",
- "lxml>=6.0.2",
-]
-
-[project.scripts]
-blog = "blog:main"
-
-[build-system]
-requires = ["uv_build>=0.9.4,<0.10.0"]
-build-backend = "uv_build"