🔖 0.2.3
This commit is contained in:
parent
f0e5c8c30e
commit
37d807eb65
1 changed files with 4 additions and 2 deletions
|
|
@ -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']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue