Mercurial > hg > MakeItSo
comparison setup.py @ 29:7e8a5da34eee
add license metadata
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 22 Dec 2010 14:03:53 -0800 |
parents | dc18d6db4956 |
children | 1549be7f0fcb |
comparison
equal
deleted
inserted
replaced
28:dc18d6db4956 | 29:7e8a5da34eee |
---|---|
11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
12 keywords='', | 12 keywords='', |
13 author='Jeff Hammel', | 13 author='Jeff Hammel', |
14 author_email='jhammel@mozilla.com', | 14 author_email='jhammel@mozilla.com', |
15 url='http://k0s.org/', | 15 url='http://k0s.org/', |
16 license='', | 16 license='MPL', |
17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
18 include_package_data=True, | 18 include_package_data=True, |
19 zip_safe=False, | 19 zip_safe=False, |
20 install_requires=[ | 20 install_requires=[ |
21 # -*- Extra requirements: -*- | 21 # -*- Extra requirements: -*- |