Skip to content

Commit 8872b37

Browse files
committed
Add a few more setup.cfg options
1 parent 7201000 commit 8872b37

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

setup.cfg

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,23 @@ ignore =
3131
tests/*
3232
vuforia_secrets.env.example
3333

34-
[doc8]
34+
[flake8]
35+
exclude=./versioneer.py,
36+
./src/vws/_version.py,
37+
./build/,
38+
39+
# See the docstring in versioneer.py for instructions. Note that you must
40+
# re-run 'versioneer.py setup' after changing this section, and commit the
41+
# resulting files.
42+
[versioneer]
43+
VCS = git
44+
style = pep440
45+
versionfile_source = src/vws/_version.py
46+
versionfile_build = vws/_version.py
47+
tag_prefix =
48+
parentdir_prefix = vws
3549

50+
[doc8]
3651
max-line-length = 2000
3752
ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build/spelling/output.txt
3853

0 commit comments

Comments
 (0)