# HG changeset patch # User Jeff Hammel # Date 1492019877 25200 # Node ID b43cb919b1e411da208243310a68339f827d086b # Parent 01b0ad159fe3ce37f45a948281517b58fbe575f1 minor text change + version bump diff -r 01b0ad159fe3 -r b43cb919b1e4 README.txt --- a/README.txt Sun Jul 27 13:17:47 2014 -0700 +++ b/README.txt Wed Apr 12 10:57:57 2017 -0700 @@ -1,8 +1,8 @@ -WSGI Software -============= +WSGI Integration +================ -wsgintegrate provides an integration layer to support general-purpose -WSGI pipes +``wsgintegrate`` provides an integration layer to support general-purpose +WSGI pipes wsgintegrate core @@ -10,7 +10,7 @@ - pyloader: utilities for loading and calling python objects : url: http://k0s.org/hg/pyloader - : provides: python loader + : provides: python loader - wgintegrate: wsgintegrate provides an integration layer to support general-purpose WSGI pipes @@ -46,7 +46,7 @@ - wsgiblob: a precursor of wsgintegrate and pyloader : url: http://k0s.org/hg/wsgiblob/ - + WSGI Endpoint Apps ------------------ @@ -58,7 +58,7 @@ : type: app - clwapp: convert a CLI script into a WSGI app - : url: http://k0s.org/hg/clwapp/ + : url: http://k0s.org/hg/clwapp/ : type: app - decoupage: dynamic file server @@ -108,7 +108,7 @@ : requires: lxmlmiddleware : type: app, middleware, unfinished -- SVG site map: make an SVG directed graph counting HTTP references +- SVG site map: make an SVG directed graph counting HTTP references : url: http://k0s.org/hg/svgsitemap/ : provides: directed graph : dependencies: graphviz diff -r 01b0ad159fe3 -r b43cb919b1e4 setup.py --- a/setup.py Sun Jul 27 13:17:47 2014 -0700 +++ b/setup.py Wed Apr 12 10:57:57 2017 -0700 @@ -1,7 +1,7 @@ from setuptools import setup import os -version = '0.1.2' +version = '0.1.3' # description try: