Skip to content

Commit 3017a5d

Browse files
authored
bundle files with dspy installation (#7868)
1 parent aaa6ecf commit 3017a5d

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
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
#replace_package_name_marker
99
name="dspy"
1010
#replace_package_version_marker
11-
version="2.6.6"
11+
version="2.6.8"
1212
description = "DSPy"
1313
readme = "README.md"
1414
authors = [{ name = "Omar Khattab", email = "[email protected]" }]
@@ -53,6 +53,9 @@ dependencies = [
5353
[tool.setuptools.packages.find]
5454
include = ["dspy*"]
5555

56+
[tool.setuptools]
57+
include-package-data = true
58+
5659
[project.optional-dependencies]
5760
anthropic = ["anthropic>=0.18.0,<1.0.0"]
5861
chromadb = ["chromadb~=0.4.14"]
@@ -85,7 +88,7 @@ homepage = "https://github.com/stanfordnlp/dspy"
8588

8689
[tool.poetry]
8790
name = "dspy"
88-
version = "2.6.3"
91+
version = "2.6.8"
8992
description = "DSPy"
9093
authors = ["Omar Khattab <[email protected]>"]
9194
license = "MIT"

0 commit comments

Comments
 (0)