Skip to content

Commit 9b59ccf

Browse files
befelemewebknjaz
andauthored
Licensing examples code review corrections
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent ee95f84 commit 9b59ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/licensing-examples-and-user-scenarios.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ the license files would be located at the paths:
178178
In the built wheel, with :file:`/` being the root of the archive and
179179
``{VERSION}`` as the previous, the license files would be stored at:
180180

181-
.. code-block:: shell
181+
.. code-block:: text
182182
183183
/setuptools-{VERSION}.dist-info/licenses/LICENSE
184184
/setuptools-{VERSION}.dist-info/licenses/setuptools/_vendor/packaging/LICENSE
@@ -333,7 +333,7 @@ a vendored dependency (say, ``packaging``) that was licensed under
333333
either Apache 2.0 or the 2-clause BSD, your license expression would
334334
be ``MIT AND (Apache-2.0 OR BSD-2-Clause)``. You might have a
335335
:file:`LICENSE.txt` in your repo root, and a :file:`LICENSE-APACHE.txt` and
336-
:file:`LICENSE-BSD.txt` in the ``_vendor`` subdirectory, so to include
336+
:file:`LICENSE-BSD.txt` in the :file:`_vendor/` subdirectory, so to include
337337
all of them, you'd specify ``["LICENSE.txt", "_vendor/packaging/LICENSE*"]``
338338
as glob patterns, or
339339
``["LICENSE.txt", "_vendor/LICENSE-APACHE.txt", "_vendor/LICENSE-BSD.txt"]``

0 commit comments

Comments
 (0)