Skip to content

Commit 3e65739

Browse files
committed
Remove example for a different failing link as pip has removed setup.py
1 parent 087aa93 commit 3e65739

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/guides/single-sourcing-package-version.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Single-sourcing the package version
99
There are many techniques to maintain a single source of truth for the version
1010
number of your project:
1111

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>`_)::
12+
#. Read the file in :file:`setup.py` and get the version. Example::
1413

1514
import codecs
1615
import os.path

0 commit comments

Comments
 (0)