We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df6f53 commit ed1dcddCopy full SHA for ed1dcdd
docs/pyproject.md
@@ -349,13 +349,6 @@ my_package_cli = 'my_package.console:run'
349
350
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.
351
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
359
{{% note %}}
360
When a script is added or updated, run `poetry install` to make them available in the project's virtualenv.
361
{{% /note %}}
0 commit comments