Skip to content

Commit bf1bef6

Browse files
dakshbhayana11811137webknjaz
authored andcommitted
Dependency groups cross link added
1 parent 01bc6f3 commit bf1bef6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/specifications/pyproject-toml.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,14 @@ History
542542

543543

544544

545-
Dependency Groups: the ``[dependency-groups]`` table
545+
Declaring dependency groups: the ``[dependency-groups]`` table
546546
===================================================
547547

548548
This specification defines Dependency Groups, a mechanism for storing package requirements in
549549
``[pyproject.toml]`` files such that they are not included in project metadata when it is built.
550550

551551
Dependency Groups are suitable for internal development use-cases like linting and testing, as well as for projects which are not built for distribution, like collections of related scripts.
552552

553-
554553
The `[dependency-groups]` table is an optional top-level table that allows defining non-distribution dependencies used for internal tooling, such as testing or linting.
555554

556555
For the full specification and behavior, refer to the [Dependency Groups specification](https://packaging.python.org/en/latest/specifications/dependency-groups/).

0 commit comments

Comments
 (0)