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 6e9c1ec commit c84c93bCopy full SHA for c84c93b
setup.py
@@ -1,9 +1,10 @@
1
"""Setup script for VWS Python, a wrapper for Vuforia's Web Services APIs."""
2
3
from pathlib import Path
4
-from setuptools import setup
5
from typing import List
6
+from setuptools import setup
7
+
8
import versioneer
9
10
0 commit comments