Project

General

Profile

Revision b4aa7dff

IDb4aa7dffd72e236fc56ebd0d594e9645bc98079d
Parent 072ef93e
Child ec0ae3dd

Added by Thomas ANDREJAK almost 15 years ago

Ajout de commentaires

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

View differences:

setup.py
9 9
setup(
10 10
    name='vigiboard',
11 11
    version='0.1',
12
    description='',
13
    author='',
14
    author_email='',
15
    #url='',
12
    description="""
13
    IHM Module for the Dashboard
14
    """,
15
    author="""Thomas ANDREJAK""",
16
    author_email="""thomas.andrejak@gmail.com""",
16 17
    install_requires=[
17 18
        "TurboGears2 >= 2.0b7",
18 19
        "Catwalk >= 2.0.2",
19 20
        "Babel >=0.9.4",
20
        #can be removed if use_toscawidgets = False
21 21
        "ToscaWidgets >= 0.9.7.1",
22 22
        "zope.sqlalchemy >= 0.4 ",
23 23
        "repoze.tm2 >= 1.0a4",
24
        
25 24
        "repoze.what-quickstart >= 1.0",
26

  
27
        # Requires postgresql8.3-devel for source install
28 25
        "psycopg2",
29
        #"MySQL-python",
30 26
        "tw.jquery",
31
	# Le Vigicore
32
	"vigicore",
33
                ],
27
	    "vigicore",
28
        ],
34 29
    setup_requires=["PasteScript >= 1.7"],
35 30
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
36 31
    packages=find_packages(exclude=['ez_setup']),

Also available in: Unified diff