Skip to content

Commit

Permalink
fix: use more expressive glob when building whl (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Nov 3, 2022
1 parent 5435106 commit 6a766e7
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 @@ -22,7 +22,7 @@ classifiers = [
'Topic :: Utilities',
]
repository = 'https://github.com/tophat/syrupy'
include = ['src/syrupy/py.typed']
include = ['src/syrupy/**/*']

[tool.poetry.plugins.pytest11]
syrupy = 'syrupy'
Expand Down

0 comments on commit 6a766e7

Please sign in to comment.