aboutsummaryrefslogtreecommitdiff
path: root/blog_v2/pyproject.toml
diff options
context:
space:
mode:
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"