Mercurial > hg > bzconsole
comparison setup.py @ 26:85357b075211
add ability to CC and use multiple whiteboard
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 14 Oct 2011 12:10:10 -0700 |
parents | 2eaf17cb07f6 |
children | d5e88dadde69 |
comparison
equal
deleted
inserted
replaced
25:b5cd8e22c868 | 26:85357b075211 |
---|---|
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.1.1' | 4 version = '0.2' |
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() |