@@ -59,7 +59,7 @@ setup.py
59
59
60
60
The most important file is :file: `setup.py ` which exists at the root of your
61
61
project directory. For an example, see the `setup.py
62
- <https://github.com/pypa/sampleproject/blob/main /setup.py> `_ in the `PyPA
62
+ <https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa2532e /setup.py> `_ in the `PyPA
63
63
sample project <https://github.com/pypa/sampleproject> `_.
64
64
65
65
:file: `setup.py ` serves two primary functions:
@@ -80,7 +80,7 @@ setup.cfg
80
80
81
81
:file: `setup.cfg ` is an ini file that contains option defaults for
82
82
:file: `setup.py ` commands. For an example, see the `setup.cfg
83
- <https://github.com/pypa/sampleproject/blob/main /setup.cfg> `_ in the `PyPA
83
+ <https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa2532e /setup.cfg> `_ in the `PyPA
84
84
sample project <https://github.com/pypa/sampleproject> `_.
85
85
86
86
@@ -157,7 +157,7 @@ specific details of your project are defined.
157
157
158
158
The most relevant arguments are explained below. Most of the snippets given are
159
159
taken from the `setup.py
160
- <https://github.com/pypa/sampleproject/blob/main /setup.py> `_ contained in the
160
+ <https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa2532e /setup.py> `_ contained in the
161
161
`PyPA sample project <https://github.com/pypa/sampleproject >`_.
162
162
163
163
@@ -669,7 +669,7 @@ Working in "development mode"
669
669
You can install a project in "editable"
670
670
or "develop" mode while you're working on it.
671
671
When installed as editable, a project can be
672
- edited in-place without reinstallation:
672
+ edited in-place without reinstallation:
673
673
changes to Python source files in projects installed as editable will be reflected the next time an interpreter process is started.
674
674
675
675
To install a Python package in "editable"/"development" mode
0 commit comments