Project

General

Profile

Revision 705

Doc and distutils changes for 1.0

View differences:

trunk/doc/manual/title.tex
7 7
% Title
8 8
\HRule \\[0.4cm]
9 9
\includegraphics[width=0.6\textwidth]{images/haizea.png}\\[1cm]
10
\textsc{ \huge The Haizea Manual}\\{\large 1.0 Beta 2}\\{\large 09/04/09}\\[0.4cm]
10
\textsc{ \huge The Haizea Manual}\\{\large 1.0}\\{\large 12/17/09}\\[0.4cm]
11 11
 
12 12
\HRule \\[1.5cm]
13 13
\url{http://haizea.cs.uchicago.edu/}
trunk/setup.py
1 1
from distutils.core import setup
2 2

  
3 3
setup(name='haizea',
4
      version='0.9.2',
4
      version='1.0',
5 5
      description='Haizea',
6 6
      author='University of Chicago',
7 7
      author_email='borja@cs.uchicago.edu',
......
37 37
                                                 'traces/multi/withoutprematureend.lwf']),
38 38
                  ],
39 39
      classifiers=[
40
          'Development Status :: 4 - Beta',
40
          'Development Status :: 5 - Production/Stable',
41 41
          'Environment :: Console',
42 42
          'Environment :: No Input/Output (Daemon)',
43 43
          'Intended Audience :: Developers',
trunk/MANIFEST.in
7 7
include tests/*.py
8 8
include tests/*.conf
9 9
exclude test/*
10
exclude tests/debug_test.py

Also available in: Unified diff