We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f4d20 commit 1e8e246Copy full SHA for 1e8e246
evaluate/MANIFEST.in
@@ -0,0 +1 @@
1
+include ../README.md
evaluate/pyproject.toml
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "hulu-evaluate"
7
-version = "0.0.3"
+version = "0.0.5"
8
description = "Client library to fine-tune and evaluate models on the HuLU benchmark."
9
-readme = { file = "README.md", content-type = "text/markdown" }
+readme = { file = "../README.md", content-type = "text/markdown" }
10
requires-python = ">=3.8"
11
license = { text = "Apache" }
12
authors = [
@@ -56,3 +56,4 @@ hulu = "cli:cli"
56
57
[tool.setuptools]
58
package-dir = { "" = "src" }
59
+include-package-data = true
0 commit comments