Skip to content

Commit

Permalink
ENH: Setting up for PIP release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Mar 14, 2021
1 parent 25af6cc commit f5820f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion radtraq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_config():
cfg.style = "pep440-post"
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "act/_version.py"
cfg.versionfile_source = "radtraq/_version.py"
cfg.verbose = False
return cfg

Expand Down
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[versioneer]
VCS = git
style = pep440-post
versionfile_source = radtraq/_version.py
versionfile_build = radtraq/_version.py
tag_prefix = v

0 comments on commit f5820f1

Please sign in to comment.