setup.py: whitespace changes to placate flake8

This commit is contained in:
cclauss 2018-08-18 17:23:22 +02:00 committed by GitHub
parent 72da1ad5f8
commit 21c65bc12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,4 @@ setup(
'*.h', '*.cpp', '*.bash', '*.txt', '*.h', '*.cpp', '*.bash', '*.txt',
'*.dll', '*.lib', '*.so', '*.pyd', '*.dll', '*.lib', '*.so', '*.pyd',
'*.dat', '*.ini', '*.pfx', '*.scc', '*.crt', '*.key']}, '*.dat', '*.ini', '*.pfx', '*.scc', '*.crt', '*.key']},
extras_require={ extras_require={'tq': ["tornado>=4.5.1", "sortedcontainers>=1.5.7"]})
'tq': ["tornado>=4.5.1", "sortedcontainers>=1.5.7"],
}
)