mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
ENH: fix the quality of life issues in the CLI
Fixes the issues presented in #1181 by @ssanderson around the new command line interface.
This commit is contained in:
@@ -260,6 +260,11 @@ setup(
|
||||
version=versioneer.get_version(),
|
||||
cmdclass=LazyBuildExtCommandClass(versioneer.get_cmdclass()),
|
||||
description='A backtester for financial algorithms.',
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'zipline = zipline.__main__:main',
|
||||
],
|
||||
},
|
||||
author='Quantopian Inc.',
|
||||
author_email='opensource@quantopian.com',
|
||||
packages=find_packages('.', include=['zipline', 'zipline.*']),
|
||||
|
||||
Reference in New Issue
Block a user