Skip to content

Commit

Permalink
Try excluding pyarrow. and pyarrow/tests explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jul 19, 2024
1 parent 2fa434f commit 204a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ include-package-data=true
[tool.setuptools.packages.find]
where = ["."]
include = ["pyarrow"]
exclude = ["pyarrow.tests"]
exclude = ["pyarrow/tests", "pyarrow."]
namespaces = false

[tool.setuptools.package-data]
Expand Down

0 comments on commit 204a27b

Please sign in to comment.