Skip to content

Commit 3407085

Browse files
chore: update pyproject info (#8)
* chore: update pyproject info * chore: update classifiers
1 parent b0ea7a6 commit 3407085

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

pyproject.toml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,25 @@ version = "0.1.0"
44
description = "Observability for Generative AI"
55
readme = "README.md"
66
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+
]
725
dependencies = [
8-
"setuptools>=61.0",
9-
"wheel",
1026
"sqlalchemy>=2.0.35",
1127
"sqlalchemy-mixins>=2.0.5",
1228
"loguru>=0.7.2",
@@ -49,7 +65,6 @@ litellm = [
4965
]
5066

5167

52-
5368
[tool.uv]
5469
dev-dependencies = [
5570
# Development tools

src/genai_monitor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.0.1"
3+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)