summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-20 22:03:43 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-20 22:03:43 +0200
commitd1694e31b8b5570508bfbc13cc817dc9b0d8b2a8 (patch)
tree50d89611fab4e02c36155cec663b684167a80252 /setup.cfg
parentMerge plugins from stable (diff)
parenttried to fix hoster tester, removed unneeded files (diff)
downloadpyload-d1694e31b8b5570508bfbc13cc817dc9b0d8b2a8.tar.xz
Merge branch 'master' of https://github.com/pyload/pyload
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 79c983f89..923d8361e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,6 +8,6 @@ upload-dir = doc/_build/html
[pep8]
format = default
-exclude = lib
+exclude = .git,lib,apitypes.py,apitypes_debug.py,thriftgen
ignore = W292,E261,E262,E302,E701
max-line-length = 139 \ No newline at end of file