Skip to content

Commit

Permalink
Also install examples and tests
Browse files Browse the repository at this point in the history
Not sure if this is considered good practice. However, until we have a
better way to include examples / tests in the documentation, I believe
this does not do too much harm.
  • Loading branch information
schmoelder committed Dec 16, 2024
1 parent 33701c5 commit fa60fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ documentation = "https://cadet-process.readthedocs.io"
"Bug Tracker" = "https://github.com/fau-advanced-separations/CADET-Process/issues"

[tool.setuptools.packages.find]
include = ["CADETProcess*"]
include = ["CADETProcess*", "examples*", "tests*"]

[tool.setuptools.dynamic]
version = { attr = "CADETProcess.__version__" }
Expand Down

0 comments on commit fa60fa1

Please sign in to comment.