Mercurial > hg > PaInt
comparison setup.py @ 44:14556787478c
python 2.4 compatability
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 30 Mar 2012 16:46:49 -0700 |
| parents | f5379e8ee6c2 |
| children | bb3c646e9516 |
comparison
equal
deleted
inserted
replaced
| 43:5e2e74cc5ad8 | 44:14556787478c |
|---|---|
| 2 setup packaging script for PaInt | 2 setup packaging script for PaInt |
| 3 """ | 3 """ |
| 4 | 4 |
| 5 import os | 5 import os |
| 6 | 6 |
| 7 version = "0.1" | 7 version = "0.1.1" |
| 8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser >= 0.1.1'] | 8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser >= 0.1.2'] |
| 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 |
