From 2f1cf5862ef7a5c7c606a992aec6ed2e6011fae2 Mon Sep 17 00:00:00 2001 From: adustman Date: Sun, 11 Feb 2007 07:27:13 +0000 Subject: [PATCH] Missing setup_posix.py and setup_windows.py. --- MySQLdb/MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MySQLdb/MANIFEST.in b/MySQLdb/MANIFEST.in index 179e6a0..c804584 100644 --- a/MySQLdb/MANIFEST.in +++ b/MySQLdb/MANIFEST.in @@ -12,3 +12,5 @@ include test_capabilities.py include test_MySQLdb_capabilities.py include metadata.cfg include site.cfg +include setup_posix.py +include setup_windows.py