Project

General

Profile

Revision 672

Setup script updates for 1.0 Beta 2

View differences:

setup.py
1 1
from distutils.core import setup
2 2

  
3 3
setup(name='haizea',
4
      version='0.9',
4
      version='0.9.2',
5 5
      description='Haizea',
6 6
      author='University of Chicago',
7 7
      author_email='borja@cs.uchicago.edu',
......
15 15
                'haizea.core.scheduler.preparation_schedulers',
16 16
                'haizea.core.enact',
17 17
                'haizea.core.frontends',
18
                'haizea.policies'],
18
                'haizea.pluggable',
19
                'haizea.pluggable.policies',
20
                'haizea.pluggable.accounting'],
19 21
      scripts=['bin/haizea', 'bin/haizea-generate-configs', 'bin/haizea-generate-scripts', 'bin/haizea-convert-data', 
20 22
               'bin/haizea-cancel-lease', 'bin/haizea-list-leases', 'bin/haizea-list-hosts', 'bin/haizea-request-lease',
21 23
               'bin/haizea-show-queue'],
22
      data_files=[('share/haizea/etc', ['etc/sample_trace.conf', 
24
      data_files=[('share/haizea/etc', [
25
                          'etc/sample_trace.conf', 
26
                          'etc/sample_trace_barebones.conf', 
23 27
                          'etc/sample_opennebula.conf',
28
                          'etc/sample_opennebula_barebones.conf',
24 29
                          'etc/sample_multi.conf',
25 30
                          'etc/condor.template',
26 31
                          'etc/run.sh.template']),

Also available in: Unified diff