from distutils.core import setup, Extension

setup (name = 'oath',
       version = '0.6b',
       description = 'Curses based interface library',
       author = 'Niko Matsakis',
       author_email = 'niko@alum.mit.edu',
       url = 'http://smallcultfollowing.com/code/oath',
       package_dir = {'oath':'src'},
       packages=['oath'])
