diff --git a/setup.py b/setup.py index 8765d4b52..ca0dc819d 100755 --- a/setup.py +++ b/setup.py @@ -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',