Steve Piercy
2015-03-20 449e3c7e904dfa86983b3b8aef6706e8b2af4766
Merge pull request #1612 from msiyaj/patch-1

Hitchhiker's Guide to Packaging link updated.
1 files modified
2 ■■■ changed files
docs/narr/project.rst 2 ●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -690,7 +690,7 @@
    distribute their reusable code.  You can read more about ``setup.py`` files
    and their usage in the `Setuptools documentation
    <http://peak.telecommunity.com/DevCenter/setuptools>`_ and `The
    Hitchhiker's Guide to Packaging <http://guide.python-distribute.org/>`_.
    Hitchhiker's Guide to Packaging <https://the-hitchhikers-guide-to-packaging.readthedocs.org/en/latest/>`_.
Our generated ``setup.py`` looks like this: