Skip to content

Commit 07905ca

Browse files
committed
Add my name to authors in pyproject.toml
1 parent dcff860 commit 07905ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "django-pattern-library"
33
version = "0.6.0"
44
description = "A module for Django that allows to build pattern libraries for your projects."
55
authors = [
6-
"Ben Dickinson <[email protected]>"
6+
"Ben Dickinson <[email protected]>",
7+
"Thibaud Colas <[email protected]>",
78
]
89
license = "BSD-3-Clause"
910
readme = "README.md"

0 commit comments

Comments
 (0)