comparison setup.py @ 5:c89738f3f417

* improve command line interface * improve README * bump version
author k0s <k0scist@gmail.com>
date Sat, 06 Mar 2010 14:55:04 -0500
parents 2be0070c6f95
children 0cd9a1362310
comparison
equal deleted inserted replaced
4:6ec33e2ce60f 5:c89738f3f417
5 filename = os.path.join(os.path.dirname(__file__), 'README.txt') 5 filename = os.path.join(os.path.dirname(__file__), 'README.txt')
6 description = file(filename).read() 6 description = file(filename).read()
7 except: 7 except:
8 description = '' 8 description = ''
9 9
10 version = '0.1.3' 10 version = '0.1.4'
11 11
12 setup(name='cropresize', 12 setup(name='cropresize',
13 version=version, 13 version=version,
14 description="crop and resize an image without doing the math yourself", 14 description="crop and resize an image without doing the math yourself",
15 long_description=description, 15 long_description=description,