Skip to content

Commit 88c2502

Browse files
authored
Merge pull request #50 from DebopamParam/DebopamParam-FIX-Langchain-Integration-not-present-in-pypi----tar-&-whl-fixed
Fix langchain integration not present in pypi tar & whl-- pyproject.toml
2 parents 227a820 + ba29111 commit 88c2502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

5-
[tool.setuptools]
6-
packages = ["byaldi"]
5+
[tool.setuptools.packages.find]
6+
include = ["byaldi*"]
77

88
[project]
99
name = "Byaldi"

0 commit comments

Comments
 (0)