Skip to content

Commit

Permalink
build: ♻️ Removed test from build to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Sep 30, 2023
1 parent 90e7557 commit cd06ef8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ include = [
{ path = "examples/", format = "sdist" },
{ path = "spectrafit/plugins/img/SpectraFit.png", format = "sdist" },
]
exclude = ["docs/", "tools/"]
exclude = [
"docs/",
"tools/",
"spectrafit/test/",
"spectrafit/**/test/",
]


[tool.poetry.dependencies]
Expand Down

0 comments on commit cd06ef8

Please sign in to comment.