From ef9e4e59c2bbc4e11940bd08d9f84bb56fd5c29a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 23 Nov 2018 04:36:14 -0800 Subject: Update URLs in README and setup.py - See #2 and #4 --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..0524978 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +This tool provides code to load WSGI applications and servers from +URIs. These URIs can refer to Python eggs for INI-style configuration +files. `Paste Script `_ provides +commands to serve applications based on this configuration file. + +The latest version is available on `GitHub +`_ (or download a wheel or tarball from +`PyPI `_). + +For the latest changes see the `news file +`_. -- cgit v1.2.1