@@ -14,9 +14,10 @@ development as a whole. For example, it does not provide guidance or tool
14
14
recommendations for version control, documentation, or testing.
15
15
16
16
For more reference material, see `Building and Distributing Packages
17
- <http://pythonhosted.org/setuptools/setuptools.html> `_ in the :ref: `setuptools `
18
- docs, but note that some advisory content there may be outdated. In the event of
19
- conflicts, prefer the advice in the Python Packaging User Guide.
17
+ <https://setuptools.readthedocs.io/en/latest/setuptools.html> `_ in the
18
+ :ref: `setuptools ` docs, but note that some advisory content there may be
19
+ outdated. In the event of conflicts, prefer the advice in the Python
20
+ Packaging User Guide.
20
21
21
22
.. contents :: Contents
22
23
:local:
@@ -313,8 +314,8 @@ that should be copied into the package. The paths are interpreted as relative to
313
314
the directory containing the package.
314
315
315
316
For more information, see `Including Data Files
316
- <http ://pythonhosted.org/setuptools/ setuptools.html#including-data-files> `_ from
317
- the `setuptools docs <http ://pythonhosted.org/ setuptools/setuptools.html >`_.
317
+ <https ://setuptools.readthedocs.io/en/latest/ setuptools.html#including-data-files> `_
318
+ from the `setuptools docs <https ://setuptools.readthedocs.io >`_.
318
319
319
320
320
321
.. _`Data Files` :
@@ -376,7 +377,7 @@ entry points that may be defined by your project or others that you depend on.
376
377
377
378
For more information, see the section on `Dynamic Discovery of Services and
378
379
Plugins
379
- <http ://pythonhosted.org/setuptools /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
380
+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
380
381
from the :ref: `setuptools ` docs.
381
382
382
383
The most commonly used entry point is "console_scripts" (see below).
@@ -395,15 +396,15 @@ console_scripts
395
396
},
396
397
397
398
Use "console_script" `entry points
398
- <http ://pythonhosted.org/setuptools /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
399
+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#dynamic-discovery-of-services-and-plugins> `_
399
400
to register your script interfaces. You can then let the toolchain handle the
400
401
work of turning these interfaces into actual scripts [2 ]_. The scripts will be
401
402
generated during the install of your :term: `distribution <Distribution
402
403
Package> `.
403
404
404
405
For more information, see `Automatic Script Creation
405
- <http ://pythonhosted.org/setuptools /setuptools.html#automatic-script-creation> `_
406
- from the `setuptools docs <http ://pythonhosted.org/ setuptools/setuptools.html >`_.
406
+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#automatic-script-creation> `_
407
+ from the `setuptools docs <https ://setuptools.readthedocs.io >`_.
407
408
408
409
.. _`Choosing a versioning scheme` :
409
410
@@ -563,8 +564,8 @@ Lastly, if you don't want to install any dependencies at all, you can run::
563
564
564
565
565
566
For more information, see the `Development Mode
566
- <http ://pythonhosted.org/setuptools /setuptools.html#development-mode> `_ section
567
- of the `setuptools docs <http ://pythonhosted.org/ setuptools/setuptools.html >`_.
567
+ <https ://setuptools.readthedocs.io/en/latest /setuptools.html#development-mode> `_ section
568
+ of the `setuptools docs <https ://setuptools.readthedocs.io >`_.
568
569
569
570
.. _`Packaging Your Project` :
570
571
0 commit comments