You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
This might be partly a bug in poetry but the sdist tarball's setup.py installs the tests package alongside the cachy package.
The text was updated successfully, but these errors were encountered: