Mercurial > hg > buttercup
comparison setup.py @ 5:9a37a94fed68
merging, the fun
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 28 Jul 2010 20:40:39 -0700 |
parents | 1fa9ca23d696 f207357d7ca9 |
children | d51923b276ef |
comparison
equal
deleted
inserted
replaced
4:1fa9ca23d696 | 5:9a37a94fed68 |
---|---|
12 description="paste template for creating instances of the buttercup flower website pattern", | 12 description="paste template for creating instances of the buttercup flower website pattern", |
13 long_description=description, | 13 long_description=description, |
14 author='Jeff Hammel', | 14 author='Jeff Hammel', |
15 author_email='k0scist@gmail.com', | 15 author_email='k0scist@gmail.com', |
16 url='http://k0s.org', | 16 url='http://k0s.org', |
17 keywords='trac plugin', | 17 keywords='', |
18 license="", | 18 license="GPL", |
19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), | 19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), |
20 include_package_data=True, | 20 include_package_data=True, |
21 install_requires = [ 'PasteScript' ], | 21 install_requires = [ 'PasteScript' ], |
22 zip_safe=False, | 22 zip_safe=False, |
23 entry_points = """ | 23 entry_points = """ |