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.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/blog_v2/pyproject.toml b/blog_v2/pyproject.toml
new file mode 100644
index 00000000..e18b0fcd
--- /dev/null
+++ b/blog_v2/pyproject.toml
@@ -0,0 +1,16 @@
+[project]
+name = "blog"
+version = "0.1.0"
+description = "Add your description here"
+authors = [
+ { name = "alex", email = "alex@pdp7.net" }
+]
+requires-python = ">=3.12"
+dependencies = []
+
+[project.scripts]
+blog = "blog:main"
+
+[build-system]
+requires = ["uv_build>=0.9.4,<0.10.0"]
+build-backend = "uv_build"