[haizea-commit] r637 - trunk
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Wed Aug 5 10:28:29 CDT 2009
Author: borja
Date: 2009-08-05 10:28:29 -0500 (Wed, 05 Aug 2009)
New Revision: 637
Modified:
trunk/MANIFEST.in
trunk/setup.py
Log:
Update setup.py for 0.9 release
Modified: trunk/MANIFEST.in
===================================================================
--- trunk/MANIFEST.in 2009-08-05 15:27:24 UTC (rev 636)
+++ trunk/MANIFEST.in 2009-08-05 15:28:29 UTC (rev 637)
@@ -5,6 +5,4 @@
include traces/multi/*.lwf
include tests/*.lwf
include tests/*.py
-include tests/*.db
-include tests/onevm
exclude test/*
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-08-05 15:27:24 UTC (rev 636)
+++ trunk/setup.py 2009-08-05 15:28:29 UTC (rev 637)
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(name='haizea',
- version='TP1.3',
+ version='0.9',
description='Haizea',
author='University of Chicago',
author_email='borja at cs.uchicago.edu',
@@ -10,12 +10,12 @@
packages=['haizea',
'haizea.cli',
'haizea.common',
- 'haizea.resourcemanager',
- 'haizea.resourcemanager.scheduler',
- 'haizea.resourcemanager.scheduler.preparation_schedulers',
- 'haizea.resourcemanager.enact',
- 'haizea.resourcemanager.frontends',
- 'haizea.traces'],
+ 'haizea.core',
+ 'haizea.core.scheduler',
+ 'haizea.core.scheduler.preparation_schedulers',
+ 'haizea.core.enact',
+ 'haizea.core.frontends',
+ 'haizea.policies'],
scripts=['bin/haizea', 'bin/haizea-generate-configs', 'bin/haizea-generate-scripts', 'bin/haizea-convert-data',
'bin/haizea-cancel-lease', 'bin/haizea-list-leases', 'bin/haizea-list-hosts', 'bin/haizea-request-lease',
'bin/haizea-show-queue'],
@@ -32,7 +32,7 @@
'traces/multi/withoutprematureend.lwf']),
],
classifiers=[
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 4 - Beta',
'Environment :: Console',
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: Developers',
More information about the Haizea-commit
mailing list