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
I mistakenly thought find_packages was not supported, but actually checking shows that it is supported, so I'm going to gut this issue and report a different one instead, which is that the arguments to find_packages are ignored.
I mistakenly thought
find_packages
was not supported, but actually checking shows that it is supported, so I'm going to gut this issue and report a different one instead, which is that the arguments tofind_packages
are ignored.Here is a minimal example:
setup.py:
Running
setuptools-py2cfg
on this, I get:What I should get is:
The text was updated successfully, but these errors were encountered: