zipline/MANIFEST.in
llllllllll bd0da175ad BLD: Adds versioneer
versioneer let's us track the version using git tags. This prevents
issues like the 0.8.2->0.8.3 push. This also puts the number of commits
from the release and the commit you are on in the version.
2015-11-11 18:47:51 -05:00

8 lines
187 B
Text

include README.md
include LICENSE
include etc/requirements*.txt
recursive-include zipline/resources *.*
recursive-include zipline *.pyx
include versioneer.py
include zipline/_version.py