File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ be generated with whatever tools that provides a ``build sdist``-alike
22
22
functionality. While this may appear cumbersome, given the added pieces,
23
23
it in fact tremendously enhances the portability of your package. The
24
24
change is driven under :pep: `PEP 517 <517#build-requirements >`. To learn more about Python packaging in general,
25
- navigate to the `bottom <Resources on python packaging>`_ of this page.
25
+ navigate to the :ref: `bottom <packaging-resources >` of this page.
26
26
27
27
28
28
Basic Use
@@ -215,13 +215,14 @@ basic use here.
215
215
216
216
217
217
Transitioning from ``setup.py `` to ``setup.cfg ``
218
- ==================================================
218
+ ================================================
219
219
To avoid executing arbitary scripts and boilerplate code, we are transitioning
220
220
into a full-fledged ``setup.cfg `` to declare your package information instead
221
221
of running ``setup() ``. This inevitably brings challenges due to a different
222
222
syntax. Here we provide a quick guide to understanding how ``setup.cfg `` is
223
223
parsed by ``setuptool `` to ease the pain of transition.
224
224
225
+ .. _packaging-resources :
225
226
226
227
Resources on Python packaging
227
228
=============================
You can’t perform that action at this time.
0 commit comments