Skip to content

Commit e184fa9

Browse files
committed
modify pkgs.find
1 parent fc52ba4 commit e184fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ testsuite = [
251251
ads = "ads.cli:cli"
252252

253253
[tool.setuptools.packages.find]
254-
where = ["ads"]
254+
where = ["."]
255+
include = ["ads"]
255256

256257
[tool.setuptools.package-data]
257258
"ads" = ["THIRD_PARTY_LICENSES.txt"]

0 commit comments

Comments
 (0)