We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d9845 commit 82accfeCopy full SHA for 82accfe
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "skythought"
3
-version = "0.1.0rc0"
+version = "0.1.1"
4
description = "Skythought Evals: Evaluation and Data Generation Tools for Reasoning Models"
5
authors = [
6
{ name = "NovaSky Team" }
@@ -17,9 +17,12 @@ dependencies = [
17
"setuptools",
18
"typer",
19
]
20
-license = { file = "LICENSE" }
+license = { text = "Apache-2.0" }
21
readme = "README.md"
22
23
+[project.urls]
24
+Repository = "https://github.com/NovaSky-AI/SkyThought"
25
+
26
[build-system]
27
requires = ["setuptools>=61", "wheel"]
28
build-backend = "setuptools.build_meta"
0 commit comments