diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-03-11 16:23:07 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-03-11 16:23:07 +0100 |
commit | 9e30a7afad24061d4dd2da4546f401cc2371c5e0 (patch) | |
tree | 1a05b836f46089940afcb45c91c83b41f857d85c | |
parent | 30e8af066f3a091cf58443b8e45068c55bf0d68b (diff) | |
download | wsgitools-9e30a7afad24061d4dd2da4546f401cc2371c5e0.tar.gz |
MANIFEST.in: include the test suite
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index d09c3ce..88ba387 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include LICENSE include epydoc.conf +include test.py |