Project

General

Profile

Revision 0f317fa6

ID0f317fa6b89f7bcd8ddf64f4d43bcc50bfe0933f
Parent e0593934
Child a6ff3867

Added by Aurelien BOMPARD about 14 years ago

Packaging

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

View differences:

setup.py
7 7
    use_setuptools()
8 8
    from setuptools import setup, find_packages
9 9

  
10
sysconfdir = os.getenv("SYSCONFDIR", "/etc")
11

  
10 12
tests_require = [
11 13
    'WebTest',
12 14
    'BeautifulSoup',
......
66 68
    [console_scripts]
67 69
    vigigraph-init-db = vigigraph.websetup:init_db
68 70
    """,
71
    data_files=[
72
        (os.path.join(sysconfdir, 'vigilo/vigimap/'), [
73
            'deployment/vigimap.conf',
74
            'deployment/vigimap.wsgi',
75
            'deployment/settings.ini',
76
        ]),
77
    ],
69 78
)

Also available in: Unified diff