youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 60e5428925f7299182b4b327b3e88908e33eca1c
parent 748ec6672533d80881475186ed292caea9f8e8c3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 17 Dec 2014 15:36:16 +0100

[flake8] Ignore build/ directory

That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.

Diffstat:
Msetup.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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