<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,16 @@ args = dict(
 if os.name == 'nt':
   import py2exe
   args[&quot;console&quot;] = [{&quot;script&quot;: &quot;__init__.py&quot;, &quot;dest_base&quot;: &quot;spg&quot;}]
-  args[&quot;options&quot;] = {&quot;py2exe&quot;: {&quot;bundle_files&quot;: 1,}}
+  args[&quot;options&quot;] = {&quot;py2exe&quot;: {&quot;bundle_files&quot;: 1,
+                                &quot;excludes&quot;: [
+                                  &quot;email&quot;, &quot;ftplib&quot;, &quot;doctest&quot;, &quot;pyreadline&quot;,
+                                  &quot;difflib&quot;, &quot;pickle&quot;, &quot;calendar&quot;, &quot;unittest&quot;,
+                                  &quot;subprocess&quot;, &quot;multiprocessing&quot;, &quot;threading&quot;,
+                                  &quot;bz2&quot;, &quot;bdb&quot;, &quot;Queue&quot;, &quot;smtplib&quot;, &quot;ssl&quot;,
+                                  &quot;_ssl&quot;, &quot;xml&quot;, &quot;xmllib&quot;, &quot;xmlrpclib&quot;,
+                                  &quot;unicodedata&quot;, &quot;commctrl&quot;, &quot;decimal&quot;,
+                                  &quot;locale&quot;, &quot;_socket&quot;, &quot;random&quot;, &quot;heapq&quot;,
+                                ]}}
   args[&quot;zipfile&quot;] = None
 else:
   args['entry_points'] = {</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d07ec75a6dfec75b3213957910459aa0ce621610</id>
    </parent>
  </parents>
  <author>
    <name>Devendra Gera</name>
    <email>gera@theoldmonk.net</email>
  </author>
  <url>http://github.com/gera/spg/commit/f6e0346387a76d8f1e236efbbca11fe7cdcf6d4c</url>
  <id>f6e0346387a76d8f1e236efbbca11fe7cdcf6d4c</id>
  <committed-date>2009-11-05T05:11:36-08:00</committed-date>
  <authored-date>2009-11-05T05:11:36-08:00</authored-date>
  <message>Trim windows executable size by excluding modules.</message>
  <tree>098d44172e0e33cd948e106846111bb6888babff</tree>
  <committer>
    <name>Devendra Gera</name>
    <email>gera@theoldmonk.net</email>
  </committer>
</commit>
