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
Any reasonably modern Python distribution includes setuptools.
So the workaround, that was useful for Python 2.x, is no longer
necessary and can be removed.
This allows using `find_packages` instead of maintaining an explicit
list of packages which is error-prone.
0 commit comments