File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ There are many techniques to maintain a single source of truth for the version
9
9
number of your project:
10
10
11
11
#. Read the file in :file: `setup.py ` and get the version. Example (from `pip setup.py
12
- <https://github.com/pypa/pip/blob/main/setup.py#L11 > `_)::
12
+ <https://github.com/pypa/pip/blob/main/setup.py> `_)::
13
13
14
14
import codecs
15
15
import os.path
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PyPA specifications
6
6
This is a list of currently active interoperability specifications maintained
7
7
by the Python Packaging Authority. The process for updating these standards,
8
8
and for proposing new ones, is documented on
9
- `pypa.io <https://www.pypa.io/en/latest/specifications.html >`__.
9
+ `pypa.io <https://www.pypa.io/en/latest/specifications/ >`__.
10
10
11
11
12
12
Package Distribution Metadata
You can’t perform that action at this time.
0 commit comments