File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88# replace_package_name_marker
99name =" dspy"
1010# replace_package_version_marker
11- version =" 2.6.7 "
11+ version =" 2.6.6 "
1212description = " DSPy"
1313readme = " README.md"
1414authors = [{
name =
" Omar Khattab" ,
email =
" [email protected] " }]
@@ -50,11 +50,8 @@ dependencies = [
5050 " cloudpickle" ,
5151]
5252
53- [tool .setuptools ]
54- packages = [" dspy" ]
55-
56- [tool .setuptools .package-data ]
57- "dspy" = [" primitives/*.js" ]
53+ [tool .setuptools .packages .find ]
54+ include = [" dspy*" ]
5855
5956[project .optional-dependencies ]
6057anthropic = [" anthropic>=0.18.0,<1.0.0" ]
@@ -262,4 +259,4 @@ line-ending = "auto"
262259
263260[tool .ruff .lint .per-file-ignores ]
264261"**/{tests,testing,docs}/*" = [" ALL" ]
265- "**__init__.py" = [" ALL" ]
262+ "**__init__.py" = [" ALL" ]
You can’t perform that action at this time.
0 commit comments