Mercurial > hg > buttercup
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2:d5c80480b967 | 3:f207357d7ca9 |
|---|---|
| 6 version=version, | 6 version=version, |
| 7 description="paste template for creating instances of the buttercup flower website pattern", | 7 description="paste template for creating instances of the buttercup flower website pattern", |
| 8 author='Jeff Hammel', | 8 author='Jeff Hammel', |
| 9 author_email='k0scist@gmail.com', | 9 author_email='k0scist@gmail.com', |
| 10 url='http://k0s.org', | 10 url='http://k0s.org', |
| 11 keywords='trac plugin', | 11 keywords='', |
| 12 license="", | 12 license="GPL", |
| 13 packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), | 13 packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), |
| 14 include_package_data=True, | 14 include_package_data=True, |
| 15 install_requires = [ 'PasteScript' ], | 15 install_requires = [ 'PasteScript' ], |
| 16 zip_safe=False, | 16 zip_safe=False, |
| 17 entry_points = """ | 17 entry_points = """ |
