From: Fredrik Tolf Date: Mon, 31 Oct 2011 18:26:48 +0000 (+0100) Subject: Properly distribute the built-in Mako library. X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=commitdiff_plain;h=7ebccced9e239d65ac35b24224bdc7e026170e6f Properly distribute the built-in Mako library. --- diff --git a/setup.py b/setup.py index 2b4c902..a3f45d2 100755 --- 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")