projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
748ec66
)
[flake8] Ignore build/ directory
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 17 Dec 2014 14:36:16 +0000
(15:36 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 17 Dec 2014 14:36:18 +0000
(15:36 +0100)
That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index 898defb9db76c63f8a273081652831e5fd59be79..13dcd8af636bd32dcbc7a94c1305c8f0cd7ae46a 100644
(file)
--- a/
setup.cfg
+++ b/
setup.cfg
@@
-2,5
+2,5
@@
universal = True
[flake8]
-exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
+exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
,build
ignore = E501