Mercurial > hg > montage
comparison setup.py @ 31:d98c9e7415c3
better importing
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Tue, 28 Aug 2012 22:03:34 -0700 |
| parents | 5a3945882d04 |
| children | 2ea5ec121763 |
comparison
equal
deleted
inserted
replaced
| 30:5a3945882d04 | 31:d98c9e7415c3 |
|---|---|
| 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.5' | 4 version = '0.3.6' |
| 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 = '' |
