Add scripts for launching without setuptools.

This commit is contained in:
Stefan van der Walt
2009-11-08 01:43:58 +02:00
parent 1148a47691
commit a51aa32c1c
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python
if __name__ == "__main__":
from scikits.image.scripts import scivi
scivi.main()
Executable → Regular
View File