Skip to content

Commit d66be16

Browse files
Update pyproject.toml to disable package data inclusion in setuptools configuration
1 parent 8d310eb commit d66be16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integrations/langchain-py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ build-backend = "setuptools.build_meta"
3030

3131
[tool.setuptools]
3232
package-dir = { "" = "src" }
33+
include-package-data = false
3334

3435
[tool.setuptools.packages.find]
3536
where = ["src"]

0 commit comments

Comments
 (0)