-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The documentation is distributed in four .rst files and concatenated to the variable long_description
in setup.py (see below).
To make it easier to find the documentation put at least a link to those files. Better; generate docs.
long_description = (
read('README.rst') +
'\n' +
read('plone', 'registry', 'registry.rst') +
'\n' +
read('plone', 'registry', 'events.rst') +
'\n' +
read('plone', 'registry', 'field.rst') +
'\n' +
read('CHANGES.rst') +
'\n'
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels