Skip to content

Commit

Permalink
Update package inclusion in pyproject.toml to support submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Nov 27, 2024
1 parent 0f6f023 commit 218c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta"
version = { attr = "torchattack.__version__" }

[tool.setuptools.packages.find]
include = ["torchattack"]
include = ["torchattack", "torchattack.*"]

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit 218c462

Please sign in to comment.