forked from miurahr/py7zr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
32 lines (32 loc) · 833 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include *.rst
include *.svg
include *.toml
include *.txt
include .flake8
include LICENSE
include py7zr/py.typed
recursive-include py7zr *.py
recursive-include tests *.py
recursive-include tests/data *.txt
recursive-include tests/data *.7z
recursive-include tests/data *.0*
recursive-include tests/data *.bin
recursive-include tests/data *.c
recursive-include tests/data *.zip
recursive-include utils *.py
recursive-include utils *.txt
recursive-include docs *.bat
recursive-include docs *.dot
recursive-include docs *.png
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.yml
recursive-include docs *.odp
recursive-include docs *.pdf
recursive-include docs *.svg
recursive-include docs Makefile
prune .github
exclude .gitignore
exclude .readthedocs.yml
exclude codecov.yml
exclude azure-pipelines.yml