mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 02:45:53 +08:00
MAINT: Don't install non-zipline packages.
In particular, don't give anyone who installs zipline a global package named 'tests'. (sob)
This commit is contained in:
@@ -32,7 +32,7 @@ setup(
|
||||
description='A backtester for financial algorithms.',
|
||||
author='Quantopian Inc.',
|
||||
author_email='opensource@quantopian.com',
|
||||
packages=find_packages(),
|
||||
packages=['zipline'],
|
||||
ext_modules=cythonize(ext_modules),
|
||||
scripts=['scripts/run_algo.py'],
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user