Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/pyproject_toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ You can call these optional features anything you want, although ``test`` and
``doc`` are common ones. You specify them for installation in square brackets
after the package name or directory, e.g. ``pip install '.[test]'``.

These optional dependency groups are written to core metadata as
``Provides-Extra`` and ``Requires-Dist`` entries. In older
``[tool.flit.metadata]`` projects, this was configured with ``requires-extra``.

.. _pyproject_project_urls:

URLs table
Expand Down