File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 107107 # Temporarily ignored. Ref:
108108 # https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
109109 "https://www.breezy-vcs.org/*" ,
110+ # Ignore while StackOverflow is blocking GitHub CI. Ref:
111+ # https://github.com/pypa/packaging.python.org/pull/1474
112+ "https://stackoverflow.com/*" ,
110113]
111114linkcheck_retries = 5
112115# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ Single-sourcing the package version
99There are many techniques to maintain a single source of truth for the version
1010number 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
You can’t perform that action at this time.
0 commit comments