comparison setup.py @ 2:6cb7696edc4d

add some more stuff for string loady type things and rearrange structure
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 May 2011 09:28:40 -0700
parents 47d9472e7754
children 5ce55f6c8964
comparison
equal deleted inserted replaced
1:47d9472e7754 2:6cb7696edc4d
5 here = os.path.dirname(os.path.abspath(__file__)) 5 here = os.path.dirname(os.path.abspath(__file__))
6 description = file(os.path.join(here, 'README.txt')).read() 6 description = file(os.path.join(here, 'README.txt')).read()
7 except IOError: 7 except IOError:
8 description = '' 8 description = ''
9 9
10 version = "0.1.1" 10 version = "0.1.2"
11 dependencies = [] 11 dependencies = []
12 12
13 setup(name='pyloader', 13 setup(name='pyloader',
14 version=version, 14 version=version,
15 description="Load python attributes from a string", 15 description="Load python attributes from a string",