aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8659b50699645c0f465dc00c21e62877b7b1c79a (plain)
1
2
3
4
5
6
[wheel]
universal = True

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