Skip to content

Commit 82accfe

Browse files
committed
x
Signed-off-by: SumanthRH <[email protected]>
1 parent f5d9845 commit 82accfe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skythought"
3-
version = "0.1.0rc0"
3+
version = "0.1.1"
44
description = "Skythought Evals: Evaluation and Data Generation Tools for Reasoning Models"
55
authors = [
66
{ name = "NovaSky Team" }
@@ -17,9 +17,12 @@ dependencies = [
1717
"setuptools",
1818
"typer",
1919
]
20-
license = { file = "LICENSE" }
20+
license = { text = "Apache-2.0" }
2121
readme = "README.md"
2222

23+
[project.urls]
24+
Repository = "https://github.com/NovaSky-AI/SkyThought"
25+
2326
[build-system]
2427
requires = ["setuptools>=61", "wheel"]
2528
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)