changeset 314:2db4673ea6c2

Tweak excludes and ignores.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 18:41:04 +0000
parents 65f09c9fe8cb
children 0a3161fec434
files setup.py
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Sep 05 18:40:36 2009 +0000
+++ b/setup.py	Sat Sep 05 18:41:04 2009 +0000
@@ -99,12 +99,13 @@
                     'pygame', 'pgu',
                 ],
                 'excludes': [
+                    'numpy',
                 ],
                 'ignores': [
-                    # all database modules except sqlite3
+                    # all database modules
                     'pgdb', 'Sybase', 'adodbapi',
                     'kinterbasdb', 'psycopg', 'psycopg2', 'pymssql',
-                    'sapdb', 'pysqlite2', 'sqlite',
+                    'sapdb', 'pysqlite2', 'sqlite', 'sqlite3',
                     'MySQLdb', 'MySQLdb.connections',
                     'MySQLdb.constants.CR', 'MySQLdb.constants.ER',
                     # old datetime equivalents
@@ -112,10 +113,6 @@
                     'mx', 'mx.DateTime', 'mx.DateTime.ISO',
                     # email modules
                     'email.Generator', 'email.Iterators', 'email.Utils',
-                    # GDK related imports we can ignore
-                    'gdk', 'ltihooks',
-                    # ignore things include in Python >= 2.5
-                    'elementtree.ElementTree',
                 ],
             }},
             data_files = [