diff --git a/pyproject.toml b/pyproject.toml index d32335ec..b2c64452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",