Mercurial > hg > configuration
comparison setup.py @ 132:af5e83a4763b
STUB: setup.py
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 30 Mar 2014 19:28:09 -0700 |
| parents | 6b798d23f99f |
| children | a95e7f218bd2 |
comparison
equal
deleted
inserted
replaced
| 131:dff886188b55 | 132:af5e83a4763b |
|---|---|
| 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.4.1" | 7 version = "0.4.2" |
| 8 dependencies = ['PyYAML'] | 8 dependencies = ['PyYAML'] |
| 9 | 9 |
| 10 try: | 10 try: |
| 11 import json | 11 import json |
| 12 except ImportError: | 12 except ImportError: |
