From f3f4ed601c3d1ec4bd02d6063195397947147b00 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 15 Sep 2023 22:42:04 +0200 Subject: [PATCH] Drop the pytest dot Just happened to notice this when using the plugin for the first time :slightly_smiling_face: --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f86ce30..b136d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "pytest-env" -description = "py.test plugin that allows you to add environment variables." +description = "pytest plugin that allows you to add environment variables." readme = "README.md" keywords = [ "env",