Steve Piercy
2017-06-27 7b16126c85c466be09868c26ea67e09bfa18a446
docs/narr/scaffolding.rst
@@ -27,7 +27,7 @@
To create a scaffold template, create a Python :term:`distribution` to house
the scaffold which includes a ``setup.py`` that relies on the ``setuptools``
package.  See `Packaging and Distributing Projects
<https://packaging.python.org/en/latest/distributing/>`_ for more information
<https://packaging.python.org/tutorials/distributing-packages/>`_ for more information
about how to do this.  For example, we'll pretend the distribution you create
is named ``CoolExtension``, and it has a package directory within it named
``coolextension``.