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 087aa93 commit 3e65739Copy full SHA for 3e65739
source/guides/single-sourcing-package-version.rst
@@ -9,8 +9,7 @@ Single-sourcing the package version
9
There are many techniques to maintain a single source of truth for the version
10
number of your project:
11
12
-#. Read the file in :file:`setup.py` and get the version. Example (from `pip setup.py
13
- <https://github.com/pypa/pip/blob/main/setup.py>`_)::
+#. Read the file in :file:`setup.py` and get the version. Example::
14
15
import codecs
16
import os.path
0 commit comments