Commit 64a2973
Exclude tests from find_packages (Kludex#200)
Necessary after Kludex#170
added a `tests/__init__.py` file that lead `find_packages` to treat
`tests`as a package dir, which will clobber `mangum` users' ability
to import from a repo-local `tests` directory.1 parent 472e23c commit 64a2973
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments