Mercurial > hg > PaInt
comparison setup.py @ 28:c44fb4b6918b
CLI sorta works
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 30 Mar 2012 11:07:15 -0700 |
| parents | 8beffeb750b3 |
| children | f5379e8ee6c2 |
comparison
equal
deleted
inserted
replaced
| 27:7e9eb858d086 | 28:c44fb4b6918b |
|---|---|
| 3 """ | 3 """ |
| 4 | 4 |
| 5 import os | 5 import os |
| 6 | 6 |
| 7 version = "0.0" | 7 version = "0.0" |
| 8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser'] | 8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser >= 0.1.1'] |
| 9 | 9 |
| 10 # allow use of setuptools/distribute or distutils | 10 # allow use of setuptools/distribute or distutils |
| 11 kw = {} | 11 kw = {} |
| 12 try: | 12 try: |
| 13 from setuptools import setup | 13 from setuptools import setup |
