Skip to content

Commit

Permalink
description, long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jun 4, 2007
1 parent 260c42a commit 4df0ae6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Expand Up @@ -20,11 +20,14 @@
version = '2.11.0a1',
url='http://svn.zope.org/Persistence',
license='ZPL 2.1',
description='',
description='Persistent ExtensionClass',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
long_description='',

long_description="""\
This package provides a variant of the persistent base class that's an
ExtensionClass. Unless you need ExtensionClass semantics, you
probably want to use persistent.Persistent from ZODB3.""",

packages=find_packages('src'),
package_dir={'': 'src'},

Expand Down

0 comments on commit 4df0ae6

Please sign in to comment.