1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00
youtube-dl/setup.cfg

7 lines
138 B
INI
Raw Normal View History

[wheel]
universal = True
[flake8]
2015-01-25 17:09:09 +00:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git
ignore = E501