Skip to content

Commit

Permalink
change package directory to src in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Jul 18, 2024
1 parent 8ba5512 commit 8af4b9c
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 @@ -47,7 +47,7 @@ dev_template = "{tag}"
dirty_template = "{tag}"

[tool.setuptools.packages.find]
where = ["."] # list of folders that contain the packages (["."] by default)
where = ["src"] # list of folders that contain the packages (["."] by default)
include = ["regolith*"] # package names should match these glob patterns (["*"] by default)
exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = true # to disable scanning PEP 420 namespaces (true by default)
Expand Down

0 comments on commit 8af4b9c

Please sign in to comment.