Skip to content

Commit

Permalink
Add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Oct 28, 2015
1 parent 9df62f1 commit e45c32c
Show file tree
Hide file tree
Showing 6 changed files with 2,177 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
word2vec/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE.txt
recursive-include word2vec-c *.c
prune bin
include versioneer.py
include word2vec/_version.py
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.

[versioneer]
VCS = git
style = pep440
versionfile_source = word2vec/_version.py
versionfile_build = word2vec/_version.py
tag_prefix =
parentdir_prefix = word2vec-
Loading

0 comments on commit e45c32c

Please sign in to comment.