Skip to content

Commit

Permalink
fixup! fixup! Update the Writing pyproject.toml guide with new licens…
Browse files Browse the repository at this point in the history
…ing guidelines
  • Loading branch information
befeleme committed Dec 13, 2024
1 parent 839f113 commit 86f049d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/guides/writing-pyproject-toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ The glob patterns must follow the specification:
will be matched verbatim.
- Special characters: ``*``, ``?``, ``**`` and character ranges: [] are supported.
- Path delimiters must be the forward slash character (``/``).
- Patterns are relative to the directory containing :file:`pyproject.toml`, the
leading slash character is not allowed.
- Patterns are relative to the directory containing :file:`pyproject.toml`, and
thus may not start with a slash character.
- Parent directory indicators (``..``) must not be used.
- Each glob must match at least one file.

Literal paths are treated as valid globs.
Literal paths are valid globs.
Any characters or character sequences not covered by this specification are
invalid.

Expand Down

0 comments on commit 86f049d

Please sign in to comment.