Mercurial > hg > pyloader
comparison setup.py @ 1:47d9472e7754
add path of file directory when loading files
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 03 May 2011 14:26:35 -0700 (2011-05-03) |
parents | 6fa6d987b3af |
children | 6cb7696edc4d |
comparison
equal
deleted
inserted
replaced
0:6fa6d987b3af | 1:47d9472e7754 |
---|---|
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" | 10 version = "0.1.1" |
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", |