Commit 2bd7d4d0 by Sébastien Eustace

Fix missing entry point

parent ff43f6a7
[tool.poetry]
name = "poetry"
version = "0.4.0"
version = "0.4.0-post.1"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
......@@ -28,3 +28,7 @@ requests-toolbelt = "^0.8.0"
[tool.poetry.dev-dependencies]
pytest = "~3.4"
pytest-cov = "^2.5"
[tool.poetry.scripts]
poetry = "poetry:console.run"
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