diff options
| author | Adam Hupp <adam@hupp.org> | 2018-08-15 10:36:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-15 10:36:11 -0700 |
| commit | 0850896fdc069c9671da157806072e6b1e15a124 (patch) | |
| tree | 62ace113df887e326a39cce1cb7b499e9abb9331 | |
| parent | 9ebda94fbeba2d18b4937c95c2ff1ac0d055d3a3 (diff) | |
| parent | b8a834fcd59c11884a799b505bd565b62004ffbc (diff) | |
| download | python-magic-0850896fdc069c9671da157806072e6b1e15a124.tar.gz | |
Merge pull request #178 from sbraz/manifest
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] |
