File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,25 @@ version = "0.1.0"
4
4
description = " Observability for Generative AI"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
7
+ license = {text = " MIT" } # Fixed license format
8
+ authors = [
9
+ {
name =
" deepsense.ai" ,
email =
" [email protected] " }
10
+ ]
11
+ keywords = [
12
+ " Large Language Models" ,
13
+ " LLMs" ,
14
+ " Generative AI" ,
15
+ " GenAI"
16
+ ]
17
+ classifiers = [
18
+ " Development Status :: 4 - Beta" ,
19
+ " Intended Audience :: Developers" ,
20
+ " Topic :: Software Development :: Libraries" ,
21
+ " Programming Language :: Python :: 3.10" ,
22
+ " Programming Language :: Python :: 3.11" ,
23
+ " Programming Language :: Python :: 3.12"
24
+ ]
7
25
dependencies = [
8
- " setuptools>=61.0" ,
9
- " wheel" ,
10
26
" sqlalchemy>=2.0.35" ,
11
27
" sqlalchemy-mixins>=2.0.5" ,
12
28
" loguru>=0.7.2" ,
@@ -49,7 +65,6 @@ litellm = [
49
65
]
50
66
51
67
52
-
53
68
[tool .uv ]
54
69
dev-dependencies = [
55
70
# Development tools
Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
- __version__ = "1. 0.1"
3
+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments