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 82accfe commit d5f6854Copy full SHA for d5f6854
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "skythought"
3
-version = "0.1.1"
+version = "0.1.0"
4
description = "Skythought Evals: Evaluation and Data Generation Tools for Reasoning Models"
5
authors = [
6
{ name = "NovaSky Team" }
@@ -30,6 +30,9 @@ build-backend = "setuptools.build_meta"
30
[tool.setuptools]
31
include-package-data = true # Ensures package_data is included in wheel
32
33
+[tool.ruff]
34
+line-length = 160
35
+
36
[tool.setuptools.packages.find]
37
where = ["."]
38
include = [
0 commit comments