Skip to content

Commit e7314c9

Browse files
authored
PEP 725: Fix example using project.optional-dependencies (#3416)
Correct the syntax used to specify optional runtime Python dependencies.
1 parent 678bc9b commit e7314c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0725.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ NAVis 1.4.0:
391391

392392
.. code:: toml
393393
394-
[project]
395-
optional-dependencies = ["rpy2"]
394+
[project.optional-dependencies]
395+
r = ["rpy2"]
396396
397397
[external]
398398
build-requires = [

0 commit comments

Comments
 (0)