Skip to content

Commit 5ab5af5

Browse files
authored
Name change for release (#104)
1 parent f4018f9 commit 5ab5af5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ def fetch_requirements(path: str):
2020

2121
if __name__ == "__main__":
2222
setup(
23-
name="logix",
23+
name="logix-ai",
2424
version=version,
25+
description="AI Logging for Interpretability and Explainability",
26+
license="Apache-2.0",
2527
packages=find_packages(
2628
exclude=[
2729
"examples",

0 commit comments

Comments
 (0)