summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 5bca14ba00ee29220f257e83be25c04ae1d9aa53 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.

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