Mercurial > hg > buttercup
diff setup.py @ 3:f207357d7ca9
remove bad keywords
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 29 Mar 2010 11:31:14 -0700 |
parents | 9661071dac87 |
children | 9a37a94fed68 |
line wrap: on
line diff
--- a/setup.py Tue Mar 02 15:13:57 2010 -0500 +++ b/setup.py Mon Mar 29 11:31:14 2010 -0700 @@ -8,8 +8,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' ],