-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
llllllllll
committed
Nov 6, 2015
1 parent
e0a9157
commit ebc87d1
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
include README.md | ||
include LICENSE | ||
|
||
include etc/requirements_*.txt | ||
include etc/requirements*.txt | ||
recursive-include zipline/resources *.* | ||
recursive-include zipline *.pyx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,7 +192,7 @@ def pre_setup(): | |
|
||
setup( | ||
name='zipline', | ||
version='0.8.0', | ||
version='0.8.2', | ||
description='A backtester for financial algorithms.', | ||
author='Quantopian Inc.', | ||
author_email='[email protected]', | ||
|