Mercurial > mozilla > hg > DocumentIt
comparison setup.py @ 25:0ce6b501f62d
first real version
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 03 Aug 2011 19:59:58 -0700 |
parents | 3464eda1af80 |
children | ce7cbf3e08e1 |
comparison
equal
deleted
inserted
replaced
24:045544951756 | 25:0ce6b501f62d |
---|---|
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.0' | 10 version = '0.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, |