Commit 043f2e9e by Baptiste Darthenay Committed by Sébastien Eustace

Updated the default pyproject.toml in docs (#178)

parent a5186e60
...@@ -31,9 +31,11 @@ your project and its dependencies. For now, it looks like this: ...@@ -31,9 +31,11 @@ your project and its dependencies. For now, it looks like this:
[tool.poetry] [tool.poetry]
name = "poetry-demo" name = "poetry-demo"
version = "0.1.0" version = "0.1.0"
authors = [ "Sébastien Eustace <sebastien@eustace.io>",] description = ""
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "*"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^3.4" pytest = "^3.4"
......
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