andrewlastmile
commited on
Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -7,9 +7,9 @@ requires = [
|
|
7 |
build-backend = "hatchling.build"
|
8 |
|
9 |
[project]
|
10 |
-
name = "
|
11 |
version = "0.0.11"
|
12 |
-
description = "
|
13 |
readme = "README.md"
|
14 |
license = "MIT"
|
15 |
requires-python = ">=3.10"
|
|
|
7 |
build-backend = "hatchling.build"
|
8 |
|
9 |
[project]
|
10 |
+
name = "Model Comparisons"
|
11 |
version = "0.0.11"
|
12 |
+
description = "Comparing the performance of different open-source LLMs"
|
13 |
readme = "README.md"
|
14 |
license = "MIT"
|
15 |
requires-python = ">=3.10"
|