From 37d807eb659ba8d22488ce0263ed42d85b496fd0 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Thu, 2 Oct 2025 02:06:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f9ee8c..f78e0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,12 @@ [project] name = "ohmyapi" -version = "0.2.2" +version = "0.2.3" description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations" license = "MIT" keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"] authors = [ {name = "Brian Wiborg", email = "me@brianwib.org"} ] -repository = "https://code.c-base.org/baccenfutter/ohmyapi" readme = "README.md" requires-python = ">=3.11" @@ -41,6 +40,9 @@ packages = [ { include = "ohmyapi", from = "src" } ] [project.scripts] ohmyapi = "ohmyapi.cli:app" +[project.urls] +repository = "https://code.c-base.org/baccenfutter/ohmyapi" + [tool.black] line-length = 88 target-version = ['py39', 'py310', 'py311', 'py312', 'py313']