Update of /cvsroot/pythonreports/PythonReports
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29170
Modified Files:
setup.py
Log Message:
development status set to Beta
Index: setup.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/setup.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** setup.py 7 Nov 2006 06:02:24 -0000 1.5
--- setup.py 22 Jul 2010 06:31:40 -0000 1.6
***************
*** 3,6 ****
--- 3,7 ----
# FIXME! generate_docs() must be reimplemented as a distutils command
"""History:
+ 22-jul-2010 [als] development status set to Beta
07-nov-2006 [als] data_files include source (*.txt) documents
07-nov-2006 [als] fix: rst2html failed when there is no target file
***************
*** 104,108 ****
maintainer_email="pyt...@li...",
classifiers=[
! "Development Status :: 3 - Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications",
--- 105,109 ----
maintainer_email="pyt...@li...",
classifiers=[
! "Development Status :: 4 - Beta",
"Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications",
|