Mercurial > hg > buttercup
diff setup.py @ 53:af4155b0a260 default tip
add --prefix option
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 07:59:36 -0800 |
parents | 38aa1d47c461 |
children |
line wrap: on
line diff
--- a/setup.py Tue Nov 03 07:51:52 2020 -0800 +++ b/setup.py Tue Nov 03 07:59:36 2020 -0800 @@ -18,7 +18,7 @@ license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']), include_package_data=True, - install_requires = [ 'PasteScript' ], + install_requires = ['PasteScript'], zip_safe=False, entry_points = """ [console_scripts] @@ -28,4 +28,3 @@ buttercup = buttercup:buttercup """, ) -