Only include relevant data files in MANIFEST.in
The previous include would pull all .mypy_cache directories too, which are quite large as they include the SQLAlchemy stubs.
This commit is contained in:
parent
5f1fbbe8a4
commit
d0c1df65f1
1 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,5 @@ include README
|
|||
include requirements*.txt
|
||||
include version.txt
|
||||
include swh/lister/cran/list_all_packages.R
|
||||
recursive-include swh/lister/*/tests/ *.json *.html *.txt *.* *
|
||||
recursive-include swh/lister/*/tests/data/ *.* *
|
||||
recursive-include swh/lister/*/tests/data/ *
|
||||
recursive-include swh py.typed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue