Project

General

Profile

Revision b3c692c6

IDb3c692c6963a2715be06c0236ac68107201a2192
Parent 858d88aa
Child f9328d77

Added by Francois POIROTTE over 14 years ago

Correction des noms d'auteur et de l'email de contact dans les différents composants.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@2011 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

setup.py
19 19
    name='vigiboard',
20 20
    version='0.1',
21 21
    description='IHM Module for the Dashboard',
22
    author="Thomas ANDREJAK",
23
    author_email="thomas.andrejak@gmail.com",
22
    author="Vigilo Team",
23
    author_email="contact@projet-vigilo.org",
24 24
    zip_safe=False,
25 25
    license='http://www.gnu.org/licenses/gpl-2.0.html',
26
    url='http://www.projet-vigilo.org/',
26 27
    install_requires=[
27 28
        "vigilo-turbogears",
28 29
        "tw.forms",
29 30
    ],
30 31

  
31
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
32 32
    packages=find_packages(exclude=['ez_setup']),
33 33
    include_package_data=True,
34 34
    test_suite='nose.collector',

Also available in: Unified diff