Skip to content

Commit

Permalink
exclude images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ercius committed Mar 5, 2024
1 parent 90e75ec commit 8ec1c5c
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 @@ -2,6 +2,9 @@
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
exclude = ["images*"]

[project]
name = "DuSC_explorer"
authors = [{name = "Peter Ercius", email="percius@lbl.gov"}]
Expand Down

0 comments on commit 8ec1c5c

Please sign in to comment.