Skip to content

Commit ebc87d1

Browse files
author
llllllllll
committed
BLD: fix sdist
1 parent e0a9157 commit ebc87d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include README.md
22
include LICENSE
33

4-
include etc/requirements_*.txt
4+
include etc/requirements*.txt
55
recursive-include zipline/resources *.*
6+
recursive-include zipline *.pyx

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def pre_setup():
192192

193193
setup(
194194
name='zipline',
195-
version='0.8.0',
195+
version='0.8.2',
196196
description='A backtester for financial algorithms.',
197197
author='Quantopian Inc.',
198198
author_email='[email protected]',

0 commit comments

Comments
 (0)