Skip to content

Commit 96aad72

Browse files
committed
Fixed python distribution name to be all lowercase as required by pip
1 parent 60d1658 commit 96aad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FAST/Python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ for v in sys.argv: # override version if present
227227
sys.argv.remove(v) # Remove or setup will be cranky
228228
break
229229

230-
setup(name='pyFAST', # Distribution name
230+
setup(name='pyfast', # Distribution name
231231
version=version,
232232
description='Python bindings of FAST - a framework for high performance medical image computing and visualization on heterogeneous systems utilizing multi-core CPUs and GPUs.',
233233
long_description=long_description,

0 commit comments

Comments
 (0)