Skip to content

Commit d260e0c

Browse files
committed
Remove reference to old scripts extras feature
1 parent c96a9ff commit d260e0c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/pyproject.md

-7
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,6 @@ my_package_cli = 'my_package.console:run'
349349

350350
Here, we will have the `my_package_cli` script installed which will execute the `run` function in the `console` module in the `my_package` package.
351351

352-
To specify a script that [depends on an extra](#extras), you may provide an entry as an inline table:
353-
354-
```toml
355-
[tool.poetry.scripts]
356-
devtest = { reference = "mypackage:test.run_tests", extras = ["test"], type = "console" }
357-
```
358-
359352
{{% note %}}
360353
When a script is added or updated, run `poetry install` to make them available in the project's virtualenv.
361354
{{% /note %}}

0 commit comments

Comments
 (0)