Mercurial > hg > MakeItSo
comparison makeitso/python_package/setup.py @ 137:2ffadba77bb6
use the right variable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 21 Feb 2012 20:20:21 -0800 |
parents | af6ed583a7e9 |
children | 2eb0a8dc2303 |
comparison
equal
deleted
inserted
replaced
136:af6ed583a7e9 | 137:2ffadba77bb6 |
---|---|
33 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 33 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
34 author='{{author}}', | 34 author='{{author}}', |
35 author_email='{{email}}', | 35 author_email='{{email}}', |
36 url='{{url}}', | 36 url='{{url}}', |
37 license='', | 37 license='', |
38 packages=['{{project}}'], | 38 packages=['{{package}}'], |
39 include_package_data=True, | 39 include_package_data=True, |
40 zip_safe=False, | 40 zip_safe=False, |
41 **kw | 41 **kw |
42 ) | 42 ) |