Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d86660
)
Properly distribute the built-in Mako library.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 31 Oct 2011 18:26:48 +0000
(19:26 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 31 Oct 2011 18:26:48 +0000
(19:26 +0100)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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")