Mercurial > hg > MakeItSo
comparison setup.py @ 173:ceb8c8042e48
typo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 11 Dec 2013 04:57:15 -0800 |
parents | 740c1f2315f2 |
children | aed8c4af5f26 |
comparison
equal
deleted
inserted
replaced
172:740c1f2315f2 | 173:ceb8c8042e48 |
---|---|
14 description='filesystem template interpreter', | 14 description='filesystem template interpreter', |
15 long_description=description, | 15 long_description=description, |
16 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 16 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
17 keywords='templates', | 17 keywords='templates', |
18 author='Jeff Hammel', | 18 author='Jeff Hammel', |
19 author_email='k0scist@gmail.com' | 19 author_email='k0scist@gmail.com', |
20 url='http://k0s.org/', | 20 url='http://k0s.org/', |
21 license='MPL', | 21 license='MPL', |
22 packages=['makeitso'], | 22 packages=['makeitso'], |
23 include_package_data=True, | 23 include_package_data=True, |
24 zip_safe=False, | 24 zip_safe=False, |