Skip to content

Commit

Permalink
Fix long-description to render on pypi. The extra info was redundant …
Browse files Browse the repository at this point in the history
…with RTD.
  • Loading branch information
jamadden committed Aug 21, 2018
1 parent 069b42c commit 852767f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@ def read(*rnames):
description='API Documentation and Component Inspection for Zope 3',
long_description=(
read('README.rst')
+ '\n\n.. contents::\n\n' +
read('src', 'zope', 'app', 'apidoc', 'README.rst')
+ '\n\n' +
read('src', 'zope', 'app', 'apidoc', 'component.rst')
+ '\n\n' +
read('src', 'zope', 'app', 'apidoc', 'interface.rst')
+ '\n\n' +
read('src', 'zope', 'app', 'apidoc', 'presentation.rst')
+ '\n\n' +
read('src', 'zope', 'app', 'apidoc', 'utilities.rst')
+ '\n\n' +
read('src', 'zope', 'app', 'apidoc', 'classregistry.rst')
+ '\n\n' +
read('CHANGES.rst')
),
Expand Down

0 comments on commit 852767f

Please sign in to comment.