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
Prevent the tests/migrations directory from getting packaged (#1118)
Simply excluding "tests" is not enough to prevent subpackages from also being
excluded. If a wildcard is provided to "find_packages(exclude=", it will only
match a single hierarchy level.
Without this, a directory "site-packages/tests/migrations" gets created upon
package install.
0 commit comments