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:
Joe Jevnik
2016-05-05 18:22:13 -04:00
parent 89542e33bd
commit 0b3a35891e
6 changed files with 45 additions and 18 deletions
+5
View File
@@ -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.*']),