4 setup.py file for ITKACL
7 from distutils.core import setup, Extension
10 itkacl_module = Extension('_itkacl',
15 setup (name = 'itkacl',
17 author = "Steinar H. Gunderson",
18 description = """Python interface to ITKACL""",
19 ext_modules = [itkacl_module],
20 py_modules = ["itkacl"],