Skip to content

Commit bdbc676

Browse files
committed
Fix conftest.py location in MANIFEST.in
The `conftest.py` file was wrongly included in the binary distribution. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a76abc3 commit bdbc676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude CODEOWNERS
66
exclude CONTRIBUTING.md
77
exclude mkdocs.yml
88
exclude noxfile.py
9-
exclude src/conftest.py
9+
exclude py/conftest.py
1010
recursive-exclude .github *
1111
recursive-exclude benchmarks *
1212
recursive-exclude docs *

0 commit comments

Comments
 (0)