# HG changeset patch # User Simon Cross # Date 1252176064 0 # Node ID 2db4673ea6c2fe515c8a4275ae49ad8cc7e96442 # Parent 65f09c9fe8cbbd4a398f37cf646b7fab3375443b Tweak excludes and ignores. diff -r 65f09c9fe8cb -r 2db4673ea6c2 setup.py --- 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 = [