Mercurial > hg > PaInt
comparison setup.py @ 81:4446cba4cee6
update CommandParser and docstring for it
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Mon, 28 Jan 2013 19:57:30 -0800 |
| parents | bb3c646e9516 |
| children | 5a624b3c1007 |
comparison
equal
deleted
inserted
replaced
| 80:758a3e56a738 | 81:4446cba4cee6 |
|---|---|
| 3 """ | 3 """ |
| 4 | 4 |
| 5 import os | 5 import os |
| 6 | 6 |
| 7 version = "0.1.2" | 7 version = "0.1.2" |
| 8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser >= 0.1.3'] | 8 dependencies = ['virtualenv >= 1.7.1.2', |
| 9 'pip >= 1.1', | |
| 10 'pkginfo', | |
| 11 'CommandParser >= 0.2'] | |
| 9 | 12 |
| 10 # allow use of setuptools/distribute or distutils | 13 # allow use of setuptools/distribute or distutils |
| 11 kw = {} | 14 kw = {} |
| 12 try: | 15 try: |
| 13 from setuptools import setup | 16 from setuptools import setup |
