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.
2 parents 9a3bbd9 + 5640b5b commit 5354f67Copy full SHA for 5354f67
setup.cfg
@@ -42,7 +42,7 @@ exclude=./versioneer.py,
42
VCS = git
43
style = pep440
44
versionfile_source = src/mock_vws/_version.py
45
-versionfile_build = mock_vws
+versionfile_build = mock_vws/_version.py
46
tag_prefix =
47
parentdir_prefix = mock_vws
48
setup.py
@@ -20,6 +20,7 @@
20
setup(
21
name='VWS Python Mock',
22
version=versioneer.get_version(), # type: ignore
23
+ cmdclass=versioneer.get_cmdclass(), # type: ignore
24
author='Adam Dangoor',
25
author_email='adamdangoor@gmail.com',
26
description='A mock for the Vuforia Web Services (VWS) API.',
0 commit comments