Properly distribute the built-in Mako library.
[wrw.git] / setup.py
index 2b4c902..a3f45d2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,4 +8,5 @@ setup(name = "wrw",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",
       packages = ["wrw"],
+      package_data = {"wrw": ["makolib/*.mako"]},
       license = "GPL-3")