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
setuptools is sensitive to "src" vs "./src" and prefers the former.
This doesn't matter much, but without using the former generated packages
cannot be correctly specified as dependencies of othe packages via a git
transport.
Make python package zip-safe (i.e. allow execute from zipfile).
0 commit comments