from distutils.core import setup, Extension

setup (name = '@PACKAGE@',
       version = '@VERSION@',
       description = 'MPS2/MPSIDL for Python',
       author = 'Tony Garnock-Jones',
       author_email = 'tonyg@kcbbs.gen.nz',
       packages = [],
       py_modules = ['ubf'])

