summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-09-20 16:16:13 -0700
committerMonty Taylor <mordred@inaugust.com>2014-09-20 16:16:13 -0700
commitedadf145f3846c95b7faf48c4543bbd15765231f (patch)
tree3376429a9a7cfc0c6bf9a800cbd0aa8d73188d2b /MANIFEST.in
downloados-client-config-edadf145f3846c95b7faf48c4543bbd15765231f.tar.gz
Initial Cookiecutter Commit.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..90f8a7a
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+include AUTHORS
+include ChangeLog
+exclude .gitignore
+exclude .gitreview
+
+global-exclude *.pyc \ No newline at end of file