summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-23 04:36:14 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 03:37:54 -0800
commitef9e4e59c2bbc4e11940bd08d9f84bb56fd5c29a (patch)
tree2b26750587f47e189259d22bcb4b30b90c00dcd1
parent480661a406fa1d05c9121c4e6f38fbf92a7cd0e4 (diff)
downloadpastedeploy-git-ef9e4e59c2bbc4e11940bd08d9f84bb56fd5c29a.tar.gz
Update URLs in README and setup.py
- See #2 and #4
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
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 <https://github.com/Pylons/pastescript>`_ provides
+commands to serve applications based on this configuration file.
+
+The latest version is available on `GitHub
+<https://github.com/Pylons/pastedeploy/>`_ (or download a wheel or tarball from
+`PyPI <https://pypi.org/project/PasteDeploy/#files>`_).
+
+For the latest changes see the `news file
+<https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html>`_.