Revision 7fb619a0 snf-ganeti-tools/setup.py

b/snf-ganeti-tools/setup.py
1 1
#!/usr/bin/env python
2 2

  
3 3
from setuptools import setup
4
from synnefo.version import vcs_version
4 5

  
5 6
setup(
6 7
    name="snf-ganeti-tools",
7
    version="0.7.1",
8
    version=vcs_version(),
8 9
    description="Synnefo Ganeti supplementary tools",
9 10
    author="Synnefo Development Team",
10 11
    author_email="synnefo@lists.grnet.gr",
......
17 18
        'pyinotify',
18 19
        'amqplib',
19 20
        'prctl',
20
        'ganeti',
21 21
    ],
22 22
    scripts=['snf-ganeti-eventd.py', 'snf-ganeti-hook.py',
23 23
             'snf-progress-monitor.py'],

Also available in: Unified diff