Skip to content

Commit

Permalink
Merge pull request #56 from ichard26/fix-pyproject.toml-include
Browse files Browse the repository at this point in the history
pyproject.toml: include subpackages in setuptools config
  • Loading branch information
cpburnz authored Aug 23, 2022
2 parents 9eb2908 + c66aaf1 commit 829e142
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 @@ -39,4 +39,4 @@ requires-python = ">=3.7"
version = {attr = "pathspec._meta.__version__"}

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

0 comments on commit 829e142

Please sign in to comment.