summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f36b4b624066781f8f4ea6b6bd521f820c85dd65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[codespell]
skip = *-changelog.rst,*-notes.rst,f2c_blas.c,f2c_c_lapack.c,f2c_d_lapack.c,f2c_s_lapack.c,f2c_z_lapack.c

# 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-