diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..9f118cc --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,15 @@ +include README.txt LICENSE.txt NEWS.txt + +recursive-include doc * + +global-exclude *.pyc +global-exclude *.pyo +global-exclude *.orig +global-exclude *.rej + +prune doc/_build +prune env24 +prune env25 +prune env26 +prune env27 + |