From fcc451d55529c90010a5aecda3cc859b53fdeae4 Mon Sep 17 00:00:00 2001 From: avikstroem Date: Fri, 4 Aug 2023 19:15:31 +0200 Subject: [PATCH] Add author to project metadata --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 16c10e0..3b884db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [project] name = "pytest-litter" description = "Pytest plugin which verifies that tests do not modify file trees." +authors = [ + {name="Anton Vikström"} +] readme = "README.md" license = {file = "LICENSE"} urls = {repo = "https://github.com/mam-dev/pytest-litter"}