summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 44b30e9c..ec480ee0 100755
--- a/setup.py
+++ b/setup.py
@@ -12,4 +12,6 @@ setup(
glob.glob('build/templates/*.info'))],
license = 'GNU GPL',
platforms = 'posix',
+ cmdclass = { "build" : build_plus,
+ "build_l10n" : build_l10n }
)