Mercurial > hg > MakeItSo
comparison makeitso/python_package/setup.py @ 135:f32ea241e94c
misspelling
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Tue, 21 Feb 2012 20:15:34 -0800 |
| parents | 0e18cdf36a0e |
| children | af6ed583a7e9 |
comparison
equal
deleted
inserted
replaced
| 134:0e18cdf36a0e | 135:f32ea241e94c |
|---|---|
| 5 import os | 5 import os |
| 6 | 6 |
| 7 version = "0.0" | 7 version = "0.0" |
| 8 dependencies = {{dependencies}} | 8 dependencies = {{dependencies}} |
| 9 | 9 |
| 10 # allow use of setuptools/distribue 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 |
| 14 kw['entry_points'] = """ | 14 kw['entry_points'] = """ |
| 15 {{console_scripts}} | 15 {{console_scripts}} |
