changeset 563:ab0a5580bc40

Fix Windows build, the shaders package was skipped.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 12 Jun 2014 18:40:21 +0200
parents 991c817d1e6b
children a0fa01cd9f70
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -98,7 +98,7 @@ for directory, _, files in os.walk('pyto
     packages.append(package)
     if package not in ('pytouhou.formats', 'pytouhou.game', 'pytouhou.lib',
                        'pytouhou.utils', 'pytouhou.ui', 'pytouhou.ui.opengl',
-                       'pytouhou.ui.sdl'):
+                       'pytouhou.ui.opengl.shaders', 'pytouhou.ui.sdl'):
         continue
     if package in ('pytouhou.ui', 'pytouhou.ui.sdl'):
         package_args = sdl_args