We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c910cc commit 3f05cb4Copy full SHA for 3f05cb4
setup.py
@@ -12,7 +12,7 @@
12
long_description = f.read()
13
14
version = {}
15
-with open(os.path.join(_here, 'SLAM', 'version.py')) as f:
+with open(os.path.join(_here, 'GEOSLAM', 'version.py')) as f:
16
exec(f.read(), version)
17
18
setup(
0 commit comments