summary refs log tree commit diff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-22 14:32:51 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-22 14:32:51 +0000
commit16bfabb9c51e4721851a5d3220d5b78cff4d7892 (patch)
tree5ebd7c18d7c1cce2299ef3cba0d6794e07abb599 /setup.cfg
parentAdd demo and scripts to python manifest (diff)
downloadsynapse-16bfabb9c51e4721851a5d3220d5b78cff4d7892.tar.xz
Fix manifest. Ignore contrib and docs directories when checking manifest against source control.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2830831f00..888ad6ed4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,3 +8,11 @@ test = trial
 
 [trial]
 test_suite = tests
+
+[check-manifest]
+ignore =
+    contrib
+    contrib/*
+    docs/*
+    pylint.cfg
+    tox.ini