Dolda2000 GitWeb
/
wrw.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Handle skeleton transformation more flexibly.
[wrw.git]
/
setup.py
1
#!/usr/bin/python
2
3
from distutils.core import setup, Extension
4
5
setup(name = "wrw",
6
version = "0.1",
7
description = "Simple WSGI request wrapper library",
8
author = "Fredrik Tolf",
9
author_email = "fredrik@dolda2000.com",
10
packages = ["wrw", "wrw.sp"],
11
package_data = {"wrw": ["makolib/*.mako"]},
12
license = "GPL-3")