diff --git a/pyproject.toml b/pyproject.toml index c9a7914..0f9ee8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "ohmyapi" -version = "0.2.1" +version = "0.2.2" 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"