Skip to content

Commit

Permalink
Fix versioneer prefix in setup.cfg (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos authored Sep 11, 2023
1 parent 2f251d0 commit 703f244
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ VCS = git
style = pep440-pre
versionfile_source = fisher/_version.py
versionfile_build = fisher/_version.py
tag_prefix =
tag_prefix = v

[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
numpy
pytest
versioneer
install_requires = numpy

0 comments on commit 703f244

Please sign in to comment.