Skip to content

Commit 8801c51

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Avoid shipping development files
There are a lot of files that shouldn't be included in the source distribution package as they are for development purposes only. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c63ec26 commit 8801c51

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

MANIFEST.in

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
exclude .cookiecutter-replay.json
2+
exclude .darglint
3+
exclude .editorconfig
14
exclude .gitignore
25
exclude .gitmodules
36
exclude CODEOWNERS
7+
exclude CONTRIBUTING.md
8+
exclude mkdocs.yml
49
exclude noxfile.py
10+
exclude src/conftest.py
511
recursive-exclude .github *
12+
recursive-exclude docs *
613
recursive-exclude pytests *
7-
recursive-include submodules/api-common-protos/google *.proto
8-
recursive-include submodules/frequenz-api-common/proto *.proto
14+
recursive-include py *.pyi
15+
recursive-include submodules *.proto

0 commit comments

Comments
 (0)