Skip to content

Commit

Permalink
Configure setuptools package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacon committed Dec 1, 2023
1 parent fbe0440 commit 7dfc635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- binja: improve function call site detection @xusheng6
- binja: use `binaryninja.load` to open files @xusheng6
- binja: bump binja version to 3.5 #1789 @xusheng6
- packaging: explicitly list all importable packages in `pyproject.toml` #1886 @gmacon

### capa explorer IDA Pro plugin

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ dynamic = ["version"]
[tool.setuptools.dynamic]
version = {attr = "capa.version.__version__"}

[tool.setuptools]
packages = ["capa"]
[tool.setuptools.packages.find]
include = ["capa*"]
namespaces = false

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 7dfc635

Please sign in to comment.