We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615b35d commit 572e173Copy full SHA for 572e173
setup.cfg
@@ -30,3 +30,26 @@ ignore =
30
tests-pylintrc
31
tests/*
32
vuforia_secrets.env.example
33
+
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
43
+[versioneer]
44
+VCS = git
45
+style = pep440
46
+versionfile_source = src/vws/_version.py
47
+versionfile_build = vws/_version.py
48
+tag_prefix =
49
+parentdir_prefix = vws
50
51
+[bdist_wheel]
52
+universal = 1
53
54
+[metadata]
55
+license_file = LICENSE
0 commit comments