Flake8 setup.py

This commit is contained in:
Andrew Rogl 2021-05-07 22:33:11 +10:00
parent 45e63e6838
commit 9ce93faa22

View file

@ -131,7 +131,7 @@ setup(
'discogs-client' if (sys.version_info < (3, 0, 0))
else 'python3-discogs-client'
] + (
['py7zr'] if (sys.version_info > (3, 5, 0)) else []
['py7zr'] if (sys.version_info > (3, 5, 0)) else []
),
'lint': [
'flake8',