Properly distribute the built-in Mako library.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 31 Oct 2011 18:26:48 +0000 (19:26 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 31 Oct 2011 18:26:48 +0000 (19:26 +0100)
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")