Skip to content

Commit 5354f67

Browse files
Merge pull request #29 from adamtheturtle/fix-bdist-wheel
Fix bdist wheel build
2 parents 9a3bbd9 + 5640b5b commit 5354f67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exclude=./versioneer.py,
4242
VCS = git
4343
style = pep440
4444
versionfile_source = src/mock_vws/_version.py
45-
versionfile_build = mock_vws
45+
versionfile_build = mock_vws/_version.py
4646
tag_prefix =
4747
parentdir_prefix = mock_vws
4848

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
setup(
2121
name='VWS Python Mock',
2222
version=versioneer.get_version(), # type: ignore
23+
cmdclass=versioneer.get_cmdclass(), # type: ignore
2324
author='Adam Dangoor',
2425
author_email='[email protected]',
2526
description='A mock for the Vuforia Web Services (VWS) API.',

0 commit comments

Comments
 (0)