You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/FAST/Python/setup.py.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ for v in sys.argv: # override version if present
227
227
sys.argv.remove(v) # Remove or setup will be cranky
228
228
break
229
229
230
-
setup(name='pyFAST', # Distribution name
230
+
setup(name='pyfast', # Distribution name
231
231
version=version,
232
232
description='Python bindings of FAST - a framework for high performance medical image computing and visualization on heterogeneous systems utilizing multi-core CPUs and GPUs.',
0 commit comments