Skip to content

Commit

Permalink
reestablished versioneer in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fgoudreault committed Nov 11, 2019
1 parent c72f786 commit 1ddf832
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[flake8]
exclude = old, src, __init__.py, examples, versioneer.py, _version.py, bundle.py, setup.py

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

0 comments on commit 1ddf832

Please sign in to comment.