Adds submodules to setup.py

This commit is contained in:
Eddie Hebert
2012-10-12 16:10:39 -04:00
parent 5eb4b171a9
commit 4955ceea44
+7 -1
View File
@@ -21,7 +21,13 @@ setup(name='zipline',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='opensource@quantopian.com',
packages=['zipline'],
packages=[
'zipline',
'zipline.finance',
'zipline.gens',
'zipline.optimize',
'zipline.utils'
],
long_description=open('README.md').read(),
license='Apache 2.0',
classifiers=[