Mercurial > hg > webob_view
comparison setup.py @ 5:f70d8f3aee51
allow app argument to allow use as middleware OOTB
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 27 Dec 2009 16:38:50 -0500 |
parents | 4dcb932065e4 |
children | 9aa8f5721649 |
comparison
equal
deleted
inserted
replaced
4:ee9ed5875df0 | 5:f70d8f3aee51 |
---|---|
1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
2 import sys, os | 2 import sys, os |
3 | 3 |
4 version = '0.5' | 4 version = '0.6' |
5 | 5 |
6 setup(name='webob_view', | 6 setup(name='webob_view', |
7 version=version, | 7 version=version, |
8 description="paste template for a view using webob", | 8 description="paste template for a view using webob", |
9 long_description="""\ | 9 long_description="""\ |