diff --git a/setup.py b/setup.py
index 94e1643..6f843d3 100755
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ modules = [
( True, 'sympy.functions.elementary',
['miscellaneous', 'trigonometric', 'hyperbolic', 'exponential'] ),
( False, 'sympy.functions.special', [] ),
+ ( True, 'sympy.galgebra', [] ),
( True, 'sympy.geometry', [] ),
( True, 'sympy.integrals', [] ),
( True, 'sympy.interactive', [] ),
--
1.5.6.5