Skip to content

Add tests to include instead of packages

David Runge requested to merge issues/11 into master

pyproject.toml: Include the tests using poetry's integration for includes instead of packages, as the latter leads to the tests being added to packages in the generated setup.py.

Fixes #11 (closed)

Merge request reports