Skip to content

Commit 92067fa

Browse files
committed
updated pyproject.toml
1 parent 464b7dc commit 92067fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ dependencies = [
3333
"tqdm>=4.61.0",
3434
]
3535

36+
[tool.setuptools.packages.find]
37+
include = ["pystackql", "pystackql.*"]
38+
3639
[tool.setuptools]
37-
find-packages = {namespaces = false}
40+
include-package-data = true
3841

3942
[project.urls]
4043
Homepage = "https://github.com/stackql/pystackql"

0 commit comments

Comments
 (0)