Mercurial > hg > wordstream
comparison setup.py @ 7:c576f5877459
* fix resolution for bad urls; * change URL post to get
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 19 Nov 2011 18:19:13 -0800 |
parents | 0c2b1fe8f53f |
children | f53171b2acf4 |
comparison
equal
deleted
inserted
replaced
6:ffe01043ecea | 7:c576f5877459 |
---|---|
5 filename = os.path.join(os.path.dirname(__file__), 'README.txt') | 5 filename = os.path.join(os.path.dirname(__file__), 'README.txt') |
6 description = file(filename).read() | 6 description = file(filename).read() |
7 except: | 7 except: |
8 description = "" | 8 description = "" |
9 | 9 |
10 version = "0.1.1" | 10 version = "0.1.2" |
11 | 11 |
12 setup(name='wordstream', | 12 setup(name='wordstream', |
13 version=version, | 13 version=version, |
14 description="word streamer; conversational and dissociatively play with text with a command line and web interface", | 14 description="word streamer; conversational and dissociatively play with text with a command line and web interface", |
15 long_description=description, | 15 long_description=description, |