diff options
| author | Louis Sautier <sautier.louis@gmail.com> | 2018-08-14 11:46:32 +0200 |
|---|---|---|
| committer | Louis Sautier <sautier.louis@gmail.com> | 2018-08-14 11:46:32 +0200 |
| commit | b8a834fcd59c11884a799b505bd565b62004ffbc (patch) | |
| tree | 046bda6ef34bf9c8330e2f4fe4ad260de673e007 | |
| parent | 793eae408828ff5cfc5bf6830cdaa991b5a9a7cc (diff) | |
| download | python-magic-b8a834fcd59c11884a799b505bd565b62004ffbc.tar.gz | |
Include the whole test subdirectory in source distributions
| -rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 17d6d45..c51c658 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,5 @@ include *.py include LICENSE +graft tests +global-exclude __pycache__ +global-exclude *.py[co] |
