1 parent 5ef4fd4 commit 0981d49Copy full SHA for 0981d49
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ name = "modelrouter"
7
version = "0.1.0"
8
description = "API asíncrona para orquestación multi-proveedor de LLM con streaming y fallback automático."
9
readme = "README.md"
10
-license = { text = "Apache-2.0" }
+license = "Apache-2.0"
11
authors = [
12
{ name = "HC-ONLINE" }
13
]
@@ -36,11 +36,14 @@ dev = [
36
"types-requests==2.31.0.20240125",
37
"typing-extensions==4.12.2",
38
"pytest==9.0.3",
39
- "pytest-asyncio==1.0.0",
+ "pytest-asyncio==1.3.0",
40
"pytest-cov==6.0.0",
41
"pytest-mock==3.14.0",
42
43
44
+[tool.setuptools]
45
+packages = ["api", "ui"]
46
+
47
[tool.black]
48
line-length = 88
49
target-version = ['py311']
0 commit comments