Skip to content

Commit d5f6854

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skythought"
3-
version = "0.1.1"
3+
version = "0.1.0"
44
description = "Skythought Evals: Evaluation and Data Generation Tools for Reasoning Models"
55
authors = [
66
{ name = "NovaSky Team" }
@@ -30,6 +30,9 @@ build-backend = "setuptools.build_meta"
3030
[tool.setuptools]
3131
include-package-data = true # Ensures package_data is included in wheel
3232

33+
[tool.ruff]
34+
line-length = 160
35+
3336
[tool.setuptools.packages.find]
3437
where = ["."]
3538
include = [

0 commit comments

Comments
 (0)