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
We use find_packages which will discover the tests folder since it has an __init__.py. This means that when you install cloudpathlib you also end up with a tests package in your site-packages.
We use
find_packages
which will discover thetests
folder since it has an__init__.py
. This means that when you installcloudpathlib
you also end up with atests
package in your site-packages.cloudpathlib/setup.py
Line 55 in 8e4dcaf
We should just include
cloudpathlib
explicitly rather than usingfind_packages
since it is the only one.The text was updated successfully, but these errors were encountered: