Skip to content

Commit c2654cf

Browse files
committed
fix: restrict package discovery to yaraforge* only (rules/ dir causes conflict)
1 parent 51e77ad commit c2654cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ target-version = "py39"
5858
python_version = "3.9"
5959
strict = false
6060
ignore_missing_imports = true
61+
62+
[tool.setuptools.packages.find]
63+
include = ["yaraforge*"]

0 commit comments

Comments
 (0)