Skip to content

Commit

Permalink
cahnge toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 16, 2023
1 parent e0b2b9d commit 1e37612
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 @@ -69,4 +69,7 @@ dependencies = [
"Documentation" = "https://github.com/cloudmesh/cloudmesh-common"

[tool.setuptools.packages.find]
where = ["."] # list of folders that contain the packages (["."] by default)
include = ["cloudmesh"] # package names should match these glob patterns (["*"] by default)
exclude = ["deprecated", "deprecated.**", "tests", "tests.*", "examples"]
namespaces = true

0 comments on commit 1e37612

Please sign in to comment.