setup.py: whitespace changes to placate flake8
This commit is contained in:
parent
72da1ad5f8
commit
21c65bc12b
7
setup.py
7
setup.py
@ -43,7 +43,7 @@ setup(
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
url='http://www.vnpy.org',
|
url='http://www.vnpy.org',
|
||||||
description='A framework for developing Quantitative Trading programmes',
|
description='A framework for developing Quantitative Trading programmes',
|
||||||
long_description = __doc__,
|
long_description=__doc__,
|
||||||
keywords='quant quantitative investment trading algotrading',
|
keywords='quant quantitative investment trading algotrading',
|
||||||
classifiers=['Development Status :: 4 - Beta',
|
classifiers=['Development Status :: 4 - Beta',
|
||||||
'Operating System :: Microsoft :: Windows :: Windows 7',
|
'Operating System :: Microsoft :: Windows :: Windows 7',
|
||||||
@ -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"],
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user