Skip to content

Commit

Permalink
PEP 725: Fix example using project.optional-dependencies (#3416)
Browse files Browse the repository at this point in the history
Correct the syntax used to specify optional runtime Python dependencies.
  • Loading branch information
pradyunsg authored Sep 1, 2023
1 parent 678bc9b commit e7314c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep-0725.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ NAVis 1.4.0:

.. code:: toml
[project]
optional-dependencies = ["rpy2"]
[project.optional-dependencies]
r = ["rpy2"]
[external]
build-requires = [
Expand Down

0 comments on commit e7314c9

Please sign in to comment.