diff options
author | Jens Vagelpohl <jens@dataflake.org> | 2009-06-23 11:07:26 +0000 |
---|---|---|
committer | Jens Vagelpohl <jens@dataflake.org> | 2009-06-23 11:07:26 +0000 |
commit | 1c35523c21fd8ee93590a8537d5fd7b9a084f617 (patch) | |
tree | a54df82639a99e7c45986cc048a4aa93737fefc0 | |
parent | 829e109259dfef09f0718856b42cefd1017e915d (diff) | |
download | Products.JRedirector-1c35523c21fd8ee93590a8537d5fd7b9a084f617.tar.gz Products.JRedirector-1c35523c21fd8ee93590a8537d5fd7b9a084f617.zip |
- fix setup.py description
- ignore dist artifacts
git-svn-id: file:///svn-public/Products.JRedirector/trunk@1814 835909ba-7c00-0410-bfa4-884f43845301
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ def _read(name): setup(name='Products.%s' % NAME, version=_read('VERSION.txt').strip(), - description="Zope 2 Image with thumbnail and watermarking support", + description="Simple Zope 2 redirection manager object", long_description=( _read('README.txt') + _boundary + _read('CHANGES.txt') |