Skip to content

Commit 536c1a8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 <[email protected]>", "Janne Vanhala <[email protected]>"]
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)