mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-01 07:58:00 +09:00
a16af51873
* setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py * devscripts/buildserver.py: Produces a lot of messages
7 lines
127 B
INI
7 lines
127 B
INI
[wheel]
|
|
universal = True
|
|
|
|
[flake8]
|
|
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
|
|
ignore = E501
|