Skip to content

Commit 1e8e246

Browse files
committed
bump version, point to correct readme, add manifest
1 parent c0f4d20 commit 1e8e246

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

evaluate/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ../README.md

evaluate/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hulu-evaluate"
7-
version = "0.0.3"
7+
version = "0.0.5"
88
description = "Client library to fine-tune and evaluate models on the HuLU benchmark."
9-
readme = { file = "README.md", content-type = "text/markdown" }
9+
readme = { file = "../README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.8"
1111
license = { text = "Apache" }
1212
authors = [
@@ -56,3 +56,4 @@ hulu = "cli:cli"
5656

5757
[tool.setuptools]
5858
package-dir = { "" = "src" }
59+
include-package-data = true

0 commit comments

Comments
 (0)