Skip to content

Commit ba2ea6e

Browse files
bundle files with dspy installation (#7855)
* bundle files with dspy installation * explicitly list out non-python files --------- Co-authored-by: chenmoneygithub <[email protected]>
1 parent 1e69e7e commit ba2ea6e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ dependencies = [
5050
"cloudpickle",
5151
]
5252

53-
[tool.setuptools.packages.find]
54-
include = ["dspy*"]
53+
[tool.setuptools]
54+
packages = ["dspy"]
55+
56+
[tool.setuptools.package-data]
57+
"dspy" = ["primitives/*.js"]
5558

5659
[project.optional-dependencies]
5760
anthropic = ["anthropic>=0.18.0,<1.0.0"]

0 commit comments

Comments
 (0)