mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
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.
This commit is contained in:
@@ -4,3 +4,5 @@ include LICENSE
|
||||
include etc/requirements*.txt
|
||||
recursive-include zipline/resources *.*
|
||||
recursive-include zipline *.pyx
|
||||
include versioneer.py
|
||||
include zipline/_version.py
|
||||
|
||||
Reference in New Issue
Block a user