Skip to content

Commit 1496355

Browse files
[FT] Add py.typed to lighteval (#1071)
* initial impl for long horizon execution * ready for review * [FT] add py.typed file * fixing some branch issues
1 parent 2236e17 commit 1496355

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ build-backend = "setuptools.build_meta"
3030
[tool.setuptools.packages.find]
3131
where = ["src"]
3232

33+
[tool.setuptools.package-data]
34+
lighteval = ["py.typed"]
35+
3336
[project]
3437
name = "lighteval"
3538
version = "0.11.1.dev0"

src/lighteval/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)