File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ readme = "README.md"
6
6
requires-python = " >=3.10"
7
7
dependencies = [
8
8
" setuptools>=61.0" ,
9
+ " wheel" ,
9
10
" sqlalchemy>=2.0.35" ,
10
11
" sqlalchemy-mixins>=2.0.5" ,
11
12
" loguru>=0.7.2" ,
@@ -15,6 +16,20 @@ dependencies = [
15
16
" dependency_injector>=4.45.0" ,
16
17
]
17
18
19
+ [build-system ]
20
+ requires = [" setuptools >= 77.0.3" ]
21
+ build-backend = " setuptools.build_meta"
22
+
23
+ [tool .setuptools ]
24
+ include-package-data = true
25
+
26
+ [tool .setuptools .packages .find ]
27
+ where = [" src" ]
28
+ include = [" genai_monitor*" ]
29
+
30
+ [tool .setuptools .package-data ]
31
+ "genai_monitor.registration" = [" data/*.json" ]
32
+
18
33
[project .optional-dependencies ]
19
34
diffusers = [
20
35
" diffusers>=0.31.0" ,
@@ -33,11 +48,7 @@ litellm = [
33
48
" litellm>=1.60.2" ,
34
49
]
35
50
36
- [tool .setuptools ]
37
- include-package-data = true
38
51
39
- [tool .setuptools .package-data ]
40
- "genai_monitor.registration" = [" data/*.json" ]
41
52
42
53
[tool .uv ]
43
54
dev-dependencies = [
You can’t perform that action at this time.
0 commit comments