Mercurial > hg > autobot
comparison setup.py @ 307:9f593b71e2d4
what i meant
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 11 May 2014 10:21:10 -0700 |
parents | ade2f3ef69a0 |
children |
comparison
equal
deleted
inserted
replaced
306:ade2f3ef69a0 | 307:9f593b71e2d4 |
---|---|
6 try: | 6 try: |
7 description = file('README.txt').read() | 7 description = file('README.txt').read() |
8 except IOError: | 8 except IOError: |
9 description = short_description | 9 description = short_description |
10 | 10 |
11 version = '0.1' | 11 version = '0.1.1' |
12 | 12 |
13 setup(name='autobot', | 13 setup(name='autobot', |
14 version=version, | 14 version=version, |
15 description=short_description, | 15 description=short_description, |
16 long_description=description, | 16 long_description=description, |