Skip to content

Commit

Permalink
Fix broken package build
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Apr 10, 2024
1 parent 50d60d0 commit 86d7c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ version_scheme = "post-release"
local_scheme = "node-and-date"
write_to = "xlandsat/_version_generated.py"

[tool.setuptools.packages]
find = {} # Scanning implicit namespaces is active by default

# Make sure isort and Black are compatible
[tool.isort]
profile = "black"
Expand Down

0 comments on commit 86d7c85

Please sign in to comment.