Add setup.cfg with pep8 config

This commit is contained in:
Samuel Mehrbrodt 2014-05-21 21:57:06 +02:00
parent b882f7e1f1
commit de528e7c41
1 changed files with 3 additions and 0 deletions

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[pep8]
exclude=resources.py,vlc.py
max-line-length = 120