Skip to content

Commit 0981d49

Browse files
committed
fix: corregir formato de licencia y actualizar pytest-asyncio a la versión 1.3.0
1 parent 5ef4fd4 commit 0981d49

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "modelrouter"
77
version = "0.1.0"
88
description = "API asíncrona para orquestación multi-proveedor de LLM con streaming y fallback automático."
99
readme = "README.md"
10-
license = { text = "Apache-2.0" }
10+
license = "Apache-2.0"
1111
authors = [
1212
{ name = "HC-ONLINE" }
1313
]
@@ -36,11 +36,14 @@ dev = [
3636
"types-requests==2.31.0.20240125",
3737
"typing-extensions==4.12.2",
3838
"pytest==9.0.3",
39-
"pytest-asyncio==1.0.0",
39+
"pytest-asyncio==1.3.0",
4040
"pytest-cov==6.0.0",
4141
"pytest-mock==3.14.0",
4242
]
4343

44+
[tool.setuptools]
45+
packages = ["api", "ui"]
46+
4447
[tool.black]
4548
line-length = 88
4649
target-version = ['py311']

0 commit comments

Comments
 (0)