Skip to content

Commit

Permalink
Merge pull request #116 from martinfleis/fix_versioneer
Browse files Browse the repository at this point in the history
Fix versioneer (add setup.cfg)
  • Loading branch information
sjsrey authored Sep 19, 2021
2 parents 5796172 + f15968d commit 92054a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ mapclassify.egg-info/
mapclassify/.ropeproject/
mapclassify/datasets/calemp/.ropeproject/
mapclassify/tests/.ropeproject/
setup.cfg
.DS_Store
.vscode/settings.json
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[versioneer]
VCS = git
style = pep440
versionfile_source = mapclassify/_version.py
versionfile_build = mapclassify/_version.py
tag_prefix = v
parentdir_prefix = mapclassify-

0 comments on commit 92054a9

Please sign in to comment.