]> git.llucax.com Git - software/sercom-old.git/blob - setup.py
Se cambia umask para que tengan todos permisos de lectura para la interfaz web.
[software/sercom-old.git] / setup.py
1 #!/usr/bin/env python2.4
2 # -*- encoding: iso-8859-1 -*-
3 # vim: set et sw=4 sts=4 :
4
5 from distutils.core import setup
6
7 setup(name='sercom',
8     version='0.3',
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/',
13     packages=['sercom'],
14     package_dir={'': 'src'},
15 )