Skip to content

Commit aaa6ecf

Browse files
committed
Revert pyproject.toml
1 parent 8fbcb7e commit aaa6ecf

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 7 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.7"
11+
version="2.6.6"
1212
description = "DSPy"
1313
readme = "README.md"
1414
authors = [{ 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]
6057
anthropic = ["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"]

0 commit comments

Comments
 (0)