Commit da0cd069 by Pavel Kulyov Committed by Sébastien Eustace

Fix entry point example (#202)

parent 582a5885
...@@ -740,7 +740,7 @@ This section describe the scripts or executable that will be installed when inst ...@@ -740,7 +740,7 @@ This section describe the scripts or executable that will be installed when inst
```toml ```toml
[tool.poetry.scripts] [tool.poetry.scripts]
poetry = 'poetry:console.run' poetry = 'poetry.console:run'
``` ```
After installing a package with the above toml, `poetry` will be a global command available from the command line that will execute `console.run` in the `poetry` package. After installing a package with the above toml, `poetry` will be a global command available from the command line that will execute `console.run` in the `poetry` package.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment