From 4edfaef6884076898527cca33535dd88ef8257f4 Mon Sep 17 00:00:00 2001 From: adustman Date: Fri, 17 Oct 2008 00:59:48 +0000 Subject: [PATCH] Documentation and package data updates --- MySQLdb/MANIFEST.in | 1 - MySQLdb/README | 15 ++++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/MySQLdb/MANIFEST.in b/MySQLdb/MANIFEST.in index 7da2427..0b78a83 100644 --- a/MySQLdb/MANIFEST.in +++ b/MySQLdb/MANIFEST.in @@ -11,7 +11,6 @@ include test_capabilities.py include test_MySQLdb_capabilities.py include metadata.cfg include site.cfg -include ez_setup.py include setup_common.py include setup_posix.py include setup_windows.py diff --git a/MySQLdb/README b/MySQLdb/README index ca53279..7a8ac95 100644 --- a/MySQLdb/README +++ b/MySQLdb/README @@ -21,6 +21,10 @@ Prerequisites - Make sure you have the Python development headers and libraries (python-devel). ++ setuptools + + * http://pypi.python.org/pypi/setuptools + + MySQL 3.23.32 or higher * http://www.mysql.com/downloads/ @@ -35,11 +39,14 @@ Prerequisites * MySQL-4.0 is supported, but not tested and slightly discouraged. - * MySQL-4.1 is supported and tested. The prepared statements API is not - supported, and won't be until MySQLdb-1.3 or 2.0. + * MySQL-4.1 is supported. The prepared statements API is not + supported, and won't be until MySQLdb-1.3 or 2.0, if ever. * MySQL-5.0 is supported and tested, including stored procedures. + * MySQL-5.1 is supported (currently a release candidate) but untested. + It should work. + * MaxDB, formerly known as SAP DB (and maybe Adabas D?), is a completely different animal. Use the sapdb.sql module that comes with MaxDB. @@ -94,7 +101,6 @@ Prerequisites .. _Cygwin: http://www.cygwin.com/ - Building and installing ----------------------- @@ -213,8 +219,7 @@ Same as with Debian. Gentoo Linux ............ -Packaged as `mysql-python`_. Gentoo is also my preferred development platform, -though I have also done some with Ubuntu lately. :: +Packaged as `mysql-python`_. :: # emerge sync # emerge mysql-python