Skip to content

Commit

Permalink
add initial configuration for versioneer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa authored and mih committed Jun 10, 2020
1 parent 63e9a48 commit d0eec9f
Show file tree
Hide file tree
Showing 2 changed files with 1,838 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.cfg
@@ -0,0 +1,16 @@

# 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.

# EDIT: exchange the extension name in versionfile_source and versionfile_build
# with your own extension name

[versioneer]
VCS = git
style = pep440
versionfile_source = datalad_helloworld/_version
versionfile_build = datalad_helloworld/_version
tag_prefix =
parentdir_prefix =

0 comments on commit d0eec9f

Please sign in to comment.