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 769befe commit 38cccd6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@
version = '2.11.0a1',
url='http://svn.zope.org/ExtensionClass',
license='ZPL 2.1',
description='',
description='Metaclass for subclassable extension types',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
long_description='',

long_description="""\
This package provides a metaclass that allows classes implemented in
extension modules to be subclassed in Python. Unless you need
ExtensionClasses for legacy applications (e.g. Zope 2), you probably
want to use Python's new-style classes (available since Python 2.2).""",

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

Expand Down

0 comments on commit 38cccd6

Please sign in to comment.