1 #!/usr/bin/env python2.4
2 # -*- encoding: iso-8859-1 -*-
3 # vim: set et sw=4 sts=4 :
5 from distutils.core import setup
9 description='Sercom base library',
10 author='Leandro Lucarella',
11 author_email='luca@llucax.hn.org',
12 url='http://www.fi.uba.ar/materias/7542/',
14 package_dir={'': 'src'},