Mercurial > mozilla > hg > DocumentIt
comparison setup.py @ 26:ce7cbf3e08e1 default tip
fix bug with local files, index.html, and manifest order
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 04 Aug 2011 18:43:12 -0700 |
parents | 0ce6b501f62d |
children |
comparison
equal
deleted
inserted
replaced
25:0ce6b501f62d | 26:ce7cbf3e08e1 |
---|---|
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 = None | 8 description = None |
9 | 9 |
10 version = '0.1' | 10 version = '0.1.1' |
11 | 11 |
12 deps = ['Markdown'] | 12 deps = ['Markdown'] |
13 | 13 |
14 setup(name='document_it', | 14 setup(name='document_it', |
15 version=version, | 15 version=version, |