Skip to content

Commit ca56060

Browse files
authored
Move conftest.py to the python package root (#252)
This is mostly to make it easier to navigate to the root of the package. We also fix its location in `MANIFEST.in` to ensure it is excluded from the binary distribution.
2 parents a36b115 + e5f4edc commit ca56060

File tree

2 files changed

+1
-1
lines changed

2 files 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/frequenz/api/common/conftest.py
1010
recursive-exclude .github *
1111
recursive-exclude benchmarks *
1212
recursive-exclude docs *
File renamed without changes.

0 commit comments

Comments
 (0)