Skip to content

Commit

Permalink
Try to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Nov 12, 2024
1 parent d127244 commit 5a80cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ version = { file = "zyte_common_items/VERSION" }
zyte_common_items = ["py.typed","VERSION"]

[tool.setuptools.packages.find]
include = ["zyte_common_items"]
include = "zyte_common_items*"

[tool.black]
exclude = 'test_mypy\.py' # https://github.com/davidfritzsche/pytest-mypy-testing/issues/29
Expand All @@ -73,4 +73,4 @@ tag = true
tag_name = "{new_version}"

[[tool.bumpversion.files]]
filename = "zyte_common_items/VERSION"
filename = "zyte_common_items/VERSION"

0 comments on commit 5a80cce

Please sign in to comment.