Project

General

Profile

Revision a43ec272

IDa43ec2727aaa600b80b9445bdac12c00e881d867
Parent 98ab9016
Child b00c0ea7

Added by Aurelien BOMPARD about 14 years ago

Packaging

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

View differences:

setup.py
1 1
#!/usr/bin/env python
2 2
# -*- coding: utf-8 -*-
3 3
# vim:set expandtab tabstop=4 shiftwidth=4:
4

  
5
import os
6

  
4 7
try:
5 8
    from setuptools import setup, find_packages
6 9
except ImportError:
......
15 18
    'coverage',
16 19
]
17 20

  
21
sysconfdir = os.getenv("SYSCONFDIR", "/etc")
22

  
18 23
setup(
19 24
    name='vigiboard',
20 25
    version='0.1',
......
57 62
        ],
58 63
    },
59 64
    data_files=[
60
        ('/etc/vigilo/vigiboard/', [
65
        (os.path.join(sysconfdir, 'vigilo/vigiboard/'), [
61 66
            'deployment/vigiboard.conf',
62 67
            'deployment/vigiboard.wsgi',
63 68
            'deployment/settings.ini',

Also available in: Unified diff