cachy
cachy copied to clipboard
setup.py installs the tests package
This might be partly a bug in poetry but the sdist tarball's setup.py installs the tests package alongside the cachy package.
Related issues/PRs:
- python-poetry/poetry#3952, python-poetry/poetry#4007, python-poetry/poetry-core#173
- python-poetry/poetry#2353
- sdispater/tomlkit#69, sdispater/tomlkit#120
The issue is, I believe, caused by including tests under the package
clause (where it should be included under include
, and therefore not exposed as a package for installations).