Skip to content

Commit 8596d04

Browse files
Fix search dir
1 parent 72fdcdc commit 8596d04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ dependencies = [
7474
]
7575

7676
[tool.setuptools.packages.find]
77-
where = ["python_code"]
78-
exclude = ["fuzzingbook*"]
77+
where = ["python_code", "."]
7978

8079
[project.urls]
8180
homepage = "https://fuzzingbook.org/"

0 commit comments

Comments
 (0)