Spaces:
Running
Running
Use storia-sage as pypi package name.
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
|
|
| 6 |
line-length = 120
|
| 7 |
|
| 8 |
[project]
|
| 9 |
-
name = "sage"
|
| 10 |
-
version = "0.1.
|
| 11 |
description = "A library to index a code repository and chat with it via LLMs."
|
| 12 |
readme = "README.md"
|
| 13 |
requires-python = ">=3.9,<=3.11"
|
|
|
|
| 6 |
line-length = 120
|
| 7 |
|
| 8 |
[project]
|
| 9 |
+
name = "storia-sage"
|
| 10 |
+
version = "0.1.0"
|
| 11 |
description = "A library to index a code repository and chat with it via LLMs."
|
| 12 |
readme = "README.md"
|
| 13 |
requires-python = ">=3.9,<=3.11"
|