Commit c37a38e9 by Stijn de Gooijer Committed by GitHub

Add authors field to test fixtures (#6112)

Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
parent e8c7e9ea
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
name = "foobar" name = "foobar"
version = "0.1.0" version = "0.1.0"
description = "" description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
name = "foobar" name = "foobar"
version = "0.1.0" version = "0.1.0"
description = "" description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
......
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