Skip to content

Commit cc90f66

Browse files
committed
reference the setuptools packaging guide with an advisory
1 parent 6510ef1 commit cc90f66

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/distributing.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ For example, it does not provide guidance or recommendations on selecting
1818
third-party tools or services such as for documentation, automated
1919
testing, continuous integration, etc.
2020

21+
For a reference guide on creating projects, see the `Setuptools guide to
22+
Building and Distributing Packages
23+
<http://pythonhosted.org/setuptools/setuptools.html>`_, but note that some
24+
advisory content there may be outdated. In the event of conflicts, prefer the
25+
advice in the Python Packaging User Guide.
26+
2127

2228
Setup for Project Distributors
2329
==============================
@@ -46,9 +52,6 @@ In the sections below, we'll reference the `PyPA sample project
4652
<https://github.com/pypa/sampleproject>`_, which exists as a companion to this
4753
tutorial.
4854

49-
For more information on creating projects, see the `Setuptools Docs
50-
<http://pythonhosted.org/setuptools/setuptools.html>`_.
51-
5255

5356
Layout
5457
------

0 commit comments

Comments
 (0)