Skip to content

Commit

Permalink
Update the package directories in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Nov 2, 2024
1 parent 4df9ad0 commit 2a99ed9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ zip-safe = true
# Python modules and packages that are included in the
# distribution package (and therefore become importable)
[tool.setuptools.packages.find]
exclude = ["*/*/tests", "tests_*", "examples", "notebooks"]
where = ["bfit", "bfit.test"]
exclude = ["*/*/test", "test_*", "examples", "notebooks", "docs"]
# list of folders that contain the packages (["."] by default)
where = ["."]
# package names should match these glob patterns (["*"] by default)
include = ["bfit"]

# PDM example
#[tool.pdm.scripts]
Expand Down

0 comments on commit 2a99ed9

Please sign in to comment.