Skip to content

Commit 3f05cb4

Browse files
Update setup.py
1 parent 3c910cc commit 3f05cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = f.read()
1313

1414
version = {}
15-
with open(os.path.join(_here, 'SLAM', 'version.py')) as f:
15+
with open(os.path.join(_here, 'GEOSLAM', 'version.py')) as f:
1616
exec(f.read(), version)
1717

1818
setup(

0 commit comments

Comments
 (0)