summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-07 14:40:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-07 14:40:58 -0500
commiteb4323e94eb443cdc301c01a0f7b819891ff7234 (patch)
tree259e1faf30a1ba77caf771ee8b78d93ed045f2a1 /README.rst
parent5dadfb7d2bff10b488756ae5fd8cb5988235882d (diff)
parent18cb65f8f1c1eaf7b79a33fb5a2b7cbd1f851868 (diff)
downloadpytest-runner-eb4323e94eb443cdc301c01a0f7b819891ff7234.tar.gz
Merge with updated skeleton
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2af13f4..c639b00 100644
--- a/README.rst
+++ b/README.rst
@@ -11,10 +11,24 @@
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.
+
+License
+=======
+
License is indicated in the project metadata (typically one or more
of the Trove classifiers). For more details, see `this explanation
<https://github.com/jaraco/skeleton/issues/1>`_.
+Docs
+====
+
+There's `no good mechanism for publishing documentation
+<https://github.com/pypa/python-packaging-user-guide/pull/266>`_
+easily. If there's a documentation link above, it's probably
+stale because PyPI-based documentation is deprecated. This
+project may have documentation published at ReadTheDocs, but
+probably not. Good luck finding it.
+
Usage
-----