Update of /cvsroot/sqlobject/SQLObject
In directory sc8-pr-cvs1:/tmp/cvs-serv19662
Modified Files:
setup.py
Log Message:
Forgot to save first...
Index: setup.py
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/setup.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** setup.py 1 Nov 2003 20:29:13 -0000 1.13
--- setup.py 1 Nov 2003 20:30:22 -0000 1.14
***************
*** 16,21 ****
Classes created using SQLObject wrap database rows, presenting a
friendly-looking Python object instead of a database/SQL interface.
! Emphasizes convenience. Works with MySQL, Postgres, SQLite, and a
! native anydbm-based backend. Requires Python 2.2+.
""",
classifiers=["Development Status :: 4 - Beta",
--- 16,21 ----
Classes created using SQLObject wrap database rows, presenting a
friendly-looking Python object instead of a database/SQL interface.
! Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird.
! Requires Python 2.2+.
""",
classifiers=["Development Status :: 4 - Beta",
|