Mercurial > hg > bzconsole
comparison setup.py @ 27:d5e88dadde69
add a bug command thingy
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 Jan 2012 14:10:03 -0800 |
parents | 85357b075211 |
children | a46a76a7990d |
comparison
equal
deleted
inserted
replaced
26:85357b075211 | 27:d5e88dadde69 |
---|---|
1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
2 import sys, os | 2 import sys, os |
3 | 3 |
4 version = '0.2' | 4 version = '0.2.1' |
5 | 5 |
6 readme = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.txt') | 6 readme = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.txt') |
7 | 7 |
8 if os.path.exists(readme): | 8 if os.path.exists(readme): |
9 description = file(readme).read() | 9 description = file(readme).read() |