Project

General

Profile

Revision 47a5602c

ID47a5602c82322d9b7be8eabf2d4393c3af00eef6
Parent b8107565
Child c1ce3d6a

Added by Aurelien BOMPARD over 14 years ago

simplification des fichiers buildout, ajout du setup.cfg pour rester local à CS

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

View differences:

setup.py
18 18
    author="""Thomas ANDREJAK""",
19 19
    author_email="""thomas.andrejak@gmail.com""",
20 20
    install_requires=[
21
        "tg.devtools",
21 22
        "TurboGears2 >= 2.0b7",
22 23
        "Catwalk >= 2.0.2",
23 24
        "Babel >=0.9.4",
......
29 30
        "tw.jquery >= 0.9.5",
30 31
        "vigilo-models",
31 32
        "PasteScript >= 1.7", # setup_requires has issues
33
        "PasteDeploy",
34
        "Paste",
32 35
        "decorator != 3.1.0", # Blacklist bad version
33 36
        ],
34 37
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],

Also available in: Unified diff