File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ egg filename is as follows::
131
131
132
132
name ["-" version ["-py" pyver ["-" required_platform]]] "." ext
133
133
134
- The "name" and "version" should be escaped using the `` to_filename() ``
135
- function provided by `` pkg_resources ``, after first processing them with
136
- ``safe_name () `` and `` safe_version() `` respectively . Note that the escaping is
137
- irreversible and the original name can only be retrieved from the distribution
138
- metadata. For a detailed description of these transformations, please see the
139
- "Parsing Utilities" section of the ``pkg_resources `` manual.
134
+ The "name" and "version" should be escaped using `` pkg_resources `` functions
135
+ `` safe_name() `` and `` safe_version() `` respectively then using
136
+ ``to_filename () ``. Note that the escaping is irreversible and the original
137
+ name can only be retrieved from the distribution metadata. For a detailed
138
+ description of these transformations, please see the "Parsing Utilities"
139
+ section of the ``pkg_resources `` manual.
140
140
141
141
The "pyver" string is the Python major version, as found in the first
142
142
3 characters of ``sys.version ``. "required_platform" is essentially
You can’t perform that action at this time.
0 commit comments