@@ -26,6 +26,8 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
26
26
The setup function takes a large number of arguments. These are laid out in the
27
27
following table.
28
28
29
+ .. tabularcolumns :: |l|L|L|
30
+
29
31
+--------------------+--------------------------------+-------------------------------------------------------------+
30
32
| argument name | value | type |
31
33
+====================+================================+=============================================================+
@@ -125,6 +127,8 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
125
127
126
128
*stop_after * tells :func: `setup ` when to stop processing; possible values:
127
129
130
+ .. tabularcolumns :: |l|L|
131
+
128
132
+---------------+---------------------------------------------+
129
133
| value | description |
130
134
+===============+=============================================+
@@ -165,6 +169,8 @@ the full reference.
165
169
The Extension class describes a single C or C++extension module in a setup
166
170
script. It accepts the following keyword arguments in its constructor
167
171
172
+ .. tabularcolumns :: |l|L|l|
173
+
168
174
+------------------------+--------------------------------+---------------------------+
169
175
| argument name | value | type |
170
176
+========================+================================+===========================+
@@ -1556,6 +1562,8 @@ lines, and joining lines with backslashes.
1556
1562
1557
1563
The options are all boolean, and affect the values returned by :meth: `readline `
1558
1564
1565
+ .. tabularcolumns :: |l|L|l|
1566
+
1559
1567
+------------------+--------------------------------+---------+
1560
1568
| option name | description | default |
1561
1569
+==================+================================+=========+
0 commit comments