fixed the list syntax
This commit is contained in:
parent
439c3fbfa0
commit
b924063f10
|
@ -208,11 +208,14 @@ When a distribution is installed, files can be installed under:
|
|||
Each record is composed of three elements:
|
||||
|
||||
- the file's **path**
|
||||
|
||||
- a '/'-separated path, relative to the **base location**, if the file is
|
||||
under the **base location**.
|
||||
|
||||
- a '/'-separated path, relative to the **base location**, if the file
|
||||
is under the **installation prefix** AND if the **base location** is a
|
||||
subpath of the **installation prefix**.
|
||||
|
||||
- an absolute path, using the local platform separator
|
||||
|
||||
- the **MD5** hash of the file, encoded in hex. Notice that `pyc` and `pyo`
|
||||
|
|
Loading…
Reference in New Issue