summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2015-12-19 20:31:19 -0500
committerrsiddharth <rsd@gnu.org>2015-12-19 20:31:19 -0500
commiteae52ac4fa7029c22504455a464cd58039cc9657 (patch)
tree283e57646be1f4ecf242075f13e9805bdaf15308 /MANIFEST.in
parenta4759a8ee97b8f94ce5905c92430f770b3884ec3 (diff)
Added MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1735a0a
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,4 @@
+include COPYING CONTRIBUTORS README.md
+recursive-include templates *
+recursive-include tests *
+recursive-exclude tests *.pyc \ No newline at end of file