1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00
youtube-dl/setup.cfg

7 lines
92 B
INI
Raw Normal View History

[wheel]
universal = True
[flake8]
exclude = youtube_dl/extractor/__init__.py
ignore = E501