diff setup.py @ 636:2748d3afcae5 pyntnclick

Excise albow. Really.
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 12 Feb 2012 00:10:17 +0200
parents 60c345d19daf
children 096a568d98aa
line wrap: on
line diff
--- a/setup.py	Sun Feb 12 00:01:03 2012 +0200
+++ b/setup.py	Sun Feb 12 00:10:17 2012 +0200
@@ -56,7 +56,7 @@
           ],
           'includes': [
               # pygame
-              'pygame', 'albow',
+              'pygame',
           ],
           'excludes': [
               'numpy',
@@ -81,7 +81,7 @@
 #           'dist_dir': 'dist/suspended-sentence-%s' % version.VERSION_STR,
 #           'bdist_base': 'build/bdist',
           'packages': [
-              'logging', 'encodings', 'pygame', 'albow', 'gamelib',
+              'logging', 'encodings', 'pygame', 'gamelib',
               'Resources',
           ],
           'excludes': ['numpy'],