commit 56e3e92a1d5df752aa9dcc8717d690077f578541 Author: juga0 juga@riseup.net Date: Thu Feb 28 12:11:33 2019 +0000
MANIFEST: Include .ini, exclude __pycache__ files --- MANIFEST.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in index 608581d..1418ce1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,7 @@ include *.md include *.rst -include sbws/*.ini -include examples * +include *.ini recursive-include docs * prune docs/build recursive-include tests * -prune **/__pycache__ +recursive-exclude **/__pycache__ *