Mercurial > hg > configuration
comparison setup.py @ 83:19834bc83d13
bump version
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 17 Apr 2012 12:50:29 -0700 |
parents | 0f9f8f225e79 |
children | 0c47bcb63048 |
comparison
equal
deleted
inserted
replaced
82:490687e70723 | 83:19834bc83d13 |
---|---|
2 setup packaging script for configuration | 2 setup packaging script for configuration |
3 """ | 3 """ |
4 | 4 |
5 import os | 5 import os |
6 | 6 |
7 version = "0.1.1" | 7 version = "0.1.2" |
8 dependencies = ['MakeItSo', 'PyYAML'] | 8 dependencies = ['MakeItSo', 'PyYAML'] |
9 | 9 |
10 try: | 10 try: |
11 import json | 11 import json |
12 except ImportError: | 12 except ImportError: |