Mercurial > hg > pyloader
comparison setup.py @ 82:b57de7c38a74
add a file to import from the web
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 28 Jul 2011 17:00:03 -0700 |
| parents | 5ce55f6c8964 |
| children | fa2c4db30e81 |
comparison
equal
deleted
inserted
replaced
| 81:9203ca3a5182 | 82:b57de7c38a74 |
|---|---|
| 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.2" | 10 version = "0.1.3" |
| 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", |
