Skip to content

Commit 0d0df22

Browse files
fix: license not showing in pypi (#10)
* fix: license not showing in pypi * fix: removed license files line * chore: update classifiers
1 parent 218d117 commit 0d0df22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44
description = "Observability for Generative AI"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = {text = "MIT"} # Fixed license format
7+
license = {text = "MIT"}
88
authors = [
99
{ name = "deepsense.ai", email = "[email protected]"}
1010
]
@@ -18,6 +18,7 @@ classifiers = [
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Developers",
2020
"Topic :: Software Development :: Libraries",
21+
"License :: OSI Approved :: MIT License",
2122
"Programming Language :: Python :: 3.10",
2223
"Programming Language :: Python :: 3.11",
2324
"Programming Language :: Python :: 3.12"

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.2.3"
3+
__version__ = "0.0.0"

0 commit comments

Comments
 (0)