Skip to content

Commit

Permalink
Include subpackages (metabot.modules, etc.).
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlorg committed Jun 18, 2024
1 parent 6374e76 commit 69a0372
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 @@ -44,7 +44,7 @@ addopts = '-vv --cov=metabot --cov-report=term:skip-covered --cov-report=html'
testpaths = ['metabot']

[tool.setuptools.packages.find]
include = ['metabot']
include = ['metabot', 'metabot.*']

[tool.yapf]
based_on_style = 'google'
Expand Down

1 comment on commit 69a0372

@nmlorg
Copy link
Owner Author

@nmlorg nmlorg commented on 69a0372 Jun 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I'm really disappointed this didn't show up anywhere until I tried to manually install a generated .whl file 🙁.)

Please sign in to comment.