Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088025f commit 823759eCopy full SHA for 823759e
2 files changed
Doc/packaging/commandhooks.rst
@@ -1,3 +1,5 @@
1
+.. TODO integrate this in commandref and configfile
2
+
3
=============
4
Command hooks
5
@@ -9,6 +11,9 @@ The pre-hooks are run after the command is finalized (its options are
9
11
processed), but before it is run. The post-hooks are run after the command
10
12
itself. Both types of hooks receive an instance of the command object.
13
14
+See also global setup hooks in :ref:`packaging-setupcfg`.
15
16
17
Sample usage of hooks
18
=====================
19
Doc/packaging/setupcfg.rst
@@ -1,5 +1,7 @@
.. highlightlang:: cfg
+.. _packaging-setupcfg:
*******************************************
6
Specification of the :file:`setup.cfg` file
7
0 commit comments