Skip to content

Commit 3edb438

Browse files
committed
Use versioneer cmdclass
1 parent ac55c4e commit 3edb438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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='adamdangoor@gmail.com',
2526
description='A mock for the Vuforia Web Services (VWS) API.',

0 commit comments

Comments
 (0)