Skip to content

Commit

Permalink
Adjusted pyproject.toml to exclude from build the examples package an…
Browse files Browse the repository at this point in the history
…d all test cases (except test cases required by extension packages).
  • Loading branch information
johnbywater committed Nov 7, 2024
1 parent 765266e commit 473c6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ readme = "README.md"
homepage = "https://github.com/pyeventsourcing/eventsourcing"
repository = "https://github.com/pyeventsourcing/eventsourcing"
include = ["eventsourcing/py.typed"]
packages = [
{ include = "eventsourcing" },
{ include = "eventsourcing/tests" },
exclude = [
"eventsourcing/examples",
"eventsourcing/tests/*_tests/*",
]
keywords=[
"event sourcing",
Expand Down

0 comments on commit 473c6cc

Please sign in to comment.