Skip to content

Commit 536c1a8

Browse files
committed
Fix license string
1 parent ceec846 commit 536c1a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pytest-sugar"
33
version = "1.0.0"
44
description = "Pytest plugin that adds a progress bar and other visual enhancements"
55
authors = ["Teemu <orkkiolento@gmail.com>", "Janne Vanhala <janne.vanhala@gmail.com>"]
6-
license = "BSD 3-Clause"
6+
license = "BSD-3-Clause"
77
readme = "README.md"
88
keywords = ["testing", "pytest", "plugin"]
99
classifiers = [

0 commit comments

Comments
 (0)