Mercurial > hg > configuration
comparison setup.py @ 97:0c47bcb63048
remove MakeItSo vestiges (for now) and bump version
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Sun, 29 Apr 2012 19:18:11 -0700 |
| parents | 19834bc83d13 |
| children | e00ff9b245f6 |
comparison
equal
deleted
inserted
replaced
| 96:bfe4234ee6f4 | 97:0c47bcb63048 |
|---|---|
| 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.2" | 7 version = "0.2" |
| 8 dependencies = ['MakeItSo', 'PyYAML'] | 8 dependencies = ['PyYAML'] |
| 9 | 9 |
| 10 try: | 10 try: |
| 11 import json | 11 import json |
| 12 except ImportError: | 12 except ImportError: |
| 13 dependencies.append('simplejson') | 13 dependencies.append('simplejson') |
