From 2f7983fa35dd8acac65b223b2d21132a307ff59e Mon Sep 17 00:00:00 2001 From: fawce Date: Thu, 5 Feb 2015 12:13:39 -0500 Subject: [PATCH] adding data files to the egg for pip distribution. --- MANIFEST.in | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 04f196ac..f93ec43c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include README.md include LICENSE + +recursive-include zipline/resources *.* \ No newline at end of file diff --git a/setup.py b/setup.py index 1ca18e20..464a2e7a 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setup( author_email='opensource@quantopian.com', packages=find_packages(), scripts=['scripts/run_algo.py'], + include_package_data=True, long_description=LONG_DESCRIPTION, license='Apache 2.0', classifiers=[