From 536c1a8de5d56b21bc0be36d2b98af8c72b23150 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 11 Feb 2024 18:10:42 +0100 Subject: [PATCH] Fix license string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8cf2b1..e0ddd9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pytest-sugar" version = "1.0.0" description = "Pytest plugin that adds a progress bar and other visual enhancements" authors = ["Teemu ", "Janne Vanhala "] -license = "BSD 3-Clause" +license = "BSD-3-Clause" readme = "README.md" keywords = ["testing", "pytest", "plugin"] classifiers = [