Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienBesnier committed Jan 24, 2024
1 parent 1cfcb84 commit 8883a98
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 @@ -50,4 +50,4 @@ readme = {file = ["README.md"]}
where = ["src"] # list of folders that contain the packages (["."] by default)
include = ["openalea.phenomenal*"] # package names should match these glob patterns (["*"] by default)
exclude = ["test*"] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
namespaces = true # to disable scanning PEP 420 namespaces (true by default)

0 comments on commit 8883a98

Please sign in to comment.