Skip to content

Commit 4731008

Browse files
authored
Merge pull request #21 from ajlewis02/master
Fixed setup.py
2 parents 9f2a4d1 + 05751db commit 4731008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name="GaitAnalysisToolkit",
55
version="1.0",
66
install_requires=[
7-
"GaitCore @ git+https://github.com/WPI_AIM/AIM_GaitCore.git",
8-
"Vicon @ git+https://github.com/WPI_AIM/AIM_Vicon.git"
7+
"GaitCore @ git+https://github.com/WPI-AIM/AIM_GaitCore.git",
8+
"Vicon @ git+https://github.com/WPI-AIM/AIM_Vicon.git"
99
],
1010
packages=setuptools.find_packages(exclude=["testing", "Examples"])
1111
)

0 commit comments

Comments
 (0)