From 57446df5a9887bf7eaa738ce9d28dc71d53dc9de Mon Sep 17 00:00:00 2001 From: adustman Date: Sun, 11 Feb 2007 07:31:16 +0000 Subject: [PATCH] Missing setup_common too --- MySQLdb/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MySQLdb/MANIFEST.in b/MySQLdb/MANIFEST.in index c804584..f26a5e7 100644 --- a/MySQLdb/MANIFEST.in +++ b/MySQLdb/MANIFEST.in @@ -12,5 +12,6 @@ include test_capabilities.py include test_MySQLdb_capabilities.py include metadata.cfg include site.cfg +include setup_common.py include setup_posix.py include setup_windows.py