Skip to content

Commit 86f049d

Browse files
committed
fixup! fixup! Update the Writing pyproject.toml guide with new licensing guidelines
1 parent 839f113 commit 86f049d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,12 @@ The glob patterns must follow the specification:
369369
will be matched verbatim.
370370
- Special characters: ``*``, ``?``, ``**`` and character ranges: [] are supported.
371371
- Path delimiters must be the forward slash character (``/``).
372-
- Patterns are relative to the directory containing :file:`pyproject.toml`, the
373-
leading slash character is not allowed.
372+
- Patterns are relative to the directory containing :file:`pyproject.toml`, and
373+
thus may not start with a slash character.
374374
- Parent directory indicators (``..``) must not be used.
375375
- Each glob must match at least one file.
376376

377-
Literal paths are treated as valid globs.
377+
Literal paths are valid globs.
378378
Any characters or character sequences not covered by this specification are
379379
invalid.
380380

0 commit comments

Comments
 (0)