Skip to content

Commit 908ce8a

Browse files
committed
Move version back to setup.py
1 parent 5eb84da commit 908ce8a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
123123

124124
[metadata]
125125
name = VWS Python
126-
version = attr: vws.__version__
127126
description = Interact with the Vuforia Web Services (VWS) API.
128127
long_description = file: README.rst
129128
keywords = vuforia client

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
3030
)
3131

3232
setup(
33+
version=versioneer.get_version(), # type: ignore
3334
cmdclass=versioneer.get_cmdclass(), # type: ignore
3435
install_requires=INSTALL_REQUIRES,
3536
extras_require={'dev': DEV_REQUIRES},

0 commit comments

Comments
 (0)