Skip to content

Commit

Permalink
Don't ship development files in the source distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Aug 17, 2023
1 parent c98d30f commit c2b73b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
exclude .cookiecutter-replay.json
exclude .darglint
exclude .editorconfig
exclude .gitignore
exclude CODEOWNERS
exclude minimum-requirements-ci.txt
exclude CONTRIBUTING.md
exclude mkdocs.yml
exclude noxfile.py
exclude src/conftest.py
recursive-exclude .github *
recursive-exclude benchmarks *
recursive-exclude examples *
recursive-exclude docs *
recursive-exclude tests *
recursive-include py *.pyi

0 comments on commit c2b73b2

Please sign in to comment.