Mercurial > hg > cropresize
comparison setup.py @ 6:0cd9a1362310
fix bug where PIL lives in different places
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 13 Dec 2010 20:08:15 -0800 |
parents | c89738f3f417 |
children | 230fb4ae30c7 |
comparison
equal
deleted
inserted
replaced
5:c89738f3f417 | 6:0cd9a1362310 |
---|---|
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.4' | 10 version = '0.1.5' |
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, |