comparison setup.py @ 6:9aa8f5721649

add auto-creation of README files
author k0s <k0scist@gmail.com>
date Sun, 24 Jan 2010 19:31:13 -0500
parents f70d8f3aee51
children ff0e2a6dd07b
comparison
equal deleted inserted replaced
5:f70d8f3aee51 6:9aa8f5721649
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.6' 4 version = '0.6.1'
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="""\