python/python3-paste: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8af4b316a9
commit
5e7dcec09a
|
@ -1,9 +1,9 @@
|
|||
Paste provides several pieces of "middleware" (or filters) that can be nested to
|
||||
build web applications.
|
||||
Each piece of middleware uses the WSGI (PEP 333) interface, and should be
|
||||
compatible with other middleware based on those interfaces.
|
||||
Paste provides several pieces of "middleware" (or filters) that can be
|
||||
nested to build web applications.
|
||||
|
||||
Each piece of middleware uses the WSGI (PEP 333) interface, and should
|
||||
be compatible with other middleware based on those interfaces.
|
||||
|
||||
Paste is in maintenance mode and recently moved from bitbucket to github.
|
||||
Patches are accepted to keep it on life support, but for the most part,
|
||||
please consider using other options.
|
||||
Paste is in maintenance mode and recently moved from bitbucket to
|
||||
github. Patches are accepted to keep it on life support, but for the
|
||||
most part, please consider using other options.
|
||||
|
|
Loading…
Reference in New Issue