summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2018-08-15 10:36:11 -0700
committerGitHub <noreply@github.com>2018-08-15 10:36:11 -0700
commit0850896fdc069c9671da157806072e6b1e15a124 (patch)
tree62ace113df887e326a39cce1cb7b499e9abb9331
parent9ebda94fbeba2d18b4937c95c2ff1ac0d055d3a3 (diff)
parentb8a834fcd59c11884a799b505bd565b62004ffbc (diff)
downloadpython-magic-0850896fdc069c9671da157806072e6b1e15a124.tar.gz
Merge pull request #178 from sbraz/manifest
Include the whole test subdirectory in source distributions
-rw-r--r--MANIFEST.in3
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]