Mercurial > hg > montage
comparison setup.py @ 29:b61fe6b0ebe1
add anchors to strip.html
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 29 Dec 2011 23:20:12 -0800 |
| parents | 2df31d088583 |
| children | 5a3945882d04 |
comparison
equal
deleted
inserted
replaced
| 28:2df31d088583 | 29:b61fe6b0ebe1 |
|---|---|
| 1 import os | 1 import os |
| 2 from setuptools import setup, find_packages | 2 from setuptools import setup, find_packages |
| 3 | 3 |
| 4 version = '0.3.3' | 4 version = '0.3.4' |
| 5 | 5 |
| 6 try: | 6 try: |
| 7 description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read() | 7 description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read() |
| 8 except: | 8 except: |
| 9 description = '' | 9 description = '' |
