🔖 0.2.3

This commit is contained in:
Brian Wiborg 2025-10-02 02:06:36 +02:00
parent f0e5c8c30e
commit 391399d743
No known key found for this signature in database

View file

@ -1,13 +1,12 @@
[project] [project]
name = "ohmyapi" name = "ohmyapi"
version = "0.2.2" version = "0.2.3"
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations" description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
license = "MIT" license = "MIT"
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"] keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]
authors = [ authors = [
{name = "Brian Wiborg", email = "me@brianwib.org"} {name = "Brian Wiborg", email = "me@brianwib.org"}
] ]
repository = "https://code.c-base.org/baccenfutter/ohmyapi"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
@ -41,6 +40,9 @@ packages = [ { include = "ohmyapi", from = "src" } ]
[project.scripts] [project.scripts]
ohmyapi = "ohmyapi.cli:app" ohmyapi = "ohmyapi.cli:app"
[project.urls]
repository = "https://code.c-base.org/baccenfutter/ohmyapi"
[tool.black] [tool.black]
line-length = 88 line-length = 88
target-version = ['py39', 'py310', 'py311', 'py312', 'py313'] target-version = ['py39', 'py310', 'py311', 'py312', 'py313']