Skip to content

Commit

Permalink
Merge pull request #34 from BrainLesion/minimize_package_size
Browse files Browse the repository at this point in the history
Add tests docs and .github to exclude during apckage build
  • Loading branch information
MarcelRosier authored Aug 29, 2024
2 parents 7102629 + 632aff7 commit 19328f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ keywords = [
]

# Add the exclude field directly under [tool.poetry]
exclude = ["examples", "benchmark"]
exclude = [
"tests", # Test files
"docs", # Documentation files
".github", # GitHub workflows, actions, etc.
]

[tool.poetry.dependencies]
python = ">=3.8"
Expand Down

0 comments on commit 19328f8

Please sign in to comment.