Mercurial > hg > buttercup
changeset 5:9a37a94fed68
merging, the fun
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 28 Jul 2010 20:40:39 -0700 |
parents | 1fa9ca23d696 (current diff) f207357d7ca9 (diff) |
children | 064d247e6ed3 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Mar 02 16:34:51 2010 -0500 +++ b/setup.py Wed Jul 28 20:40:39 2010 -0700 @@ -14,8 +14,8 @@ author='Jeff Hammel', author_email='k0scist@gmail.com', url='http://k0s.org', - keywords='trac plugin', - license="", + keywords='', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), include_package_data=True, install_requires = [ 'PasteScript' ],