Mercurial > hg > FileServer
comparison setup.py @ 23:ac592b097688
add a license
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 29 Feb 2012 16:44:32 -0800 |
parents | 2bb87686bcca |
children | f1f53fa1e851 |
comparison
equal
deleted
inserted
replaced
22:2bb87686bcca | 23:ac592b097688 |
---|---|
33 long_description=description, | 33 long_description=description, |
34 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 34 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
35 author='Jeff Hammel', | 35 author='Jeff Hammel', |
36 author_email='jhammel@mozilla.com', | 36 author_email='jhammel@mozilla.com', |
37 url='http://k0s.org/hg/FileServer', | 37 url='http://k0s.org/hg/FileServer', |
38 license='', | 38 license='MPL', |
39 packages=['fileserver'], | 39 packages=['fileserver'], |
40 include_package_data=True, | 40 include_package_data=True, |
41 zip_safe=False, | 41 zip_safe=False, |
42 **kw | 42 **kw |
43 ) | 43 ) |