2 # -*- coding: utf-8 -*-
4 from distutils
.core
import setup
6 setup(name
='auf-refer',
9 author_email
='jean-christophe.andre@auf.org',
10 url
='http://git.auf.org/?p=auf-refer.git',
11 description
='AuF utility to optimize access to reference data',
12 long_description
='Ce paquet fournit un outil permettant de copier puis de mettre régulièrement à jour une sélection des référentiels AuF.',
14 #download_url='git://git.auf.org/auf-refer.git',
16 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
17 'License :: OSI Approved :: GNU General Public License (GPL)',
18 'Programming Language :: Python',
19 'Topic :: Database :: Front-Ends',
20 'Natural Language :: French',
22 requires
=['simplejson'],
23 py_modules
=['aufrefer'],
25 ('/etc/auf-refer',['auf-refer.conf','apache.conf']),
26 ('/usr/sbin',['auf-refer']),
27 ('/usr/share/man/man8',['auf-refer.8']),