diff options
| author | alex <alex@pdp7.net> | 2026-01-24 14:08:01 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2026-01-24 13:08:56 +0000 |
| commit | f82d54a8cc80ee9b567ad37f824d5ed346e73dc7 (patch) | |
| tree | 5131a572e5705198450deb78a5da66157e38f718 /blog_v2/pyproject.toml | |
| parent | 669048efa4514653bc7b5681d2ac00700b8dc05e (diff) | |
Draft migration
Diffstat (limited to 'blog_v2/pyproject.toml')
| -rw-r--r-- | blog_v2/pyproject.toml | 16 |
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" |
