Skip to content

Commit 8e2bc99

Browse files
authored
Fix authors list (PyCQA#648)
1 parent 07f6707 commit 8e2bc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pydocstyle"
33
version = "0.0.0-dev"
44
description = "Python docstring style checker"
5-
authors = ["Amir Rachum <[email protected]>", "Sambhav Kothari <[email protected]"]
5+
authors = ["Amir Rachum <[email protected]>", "Sambhav Kothari <[email protected]>"]
66
license = "MIT"
77
readme = "README.rst"
88
documentation = "https://www.pydocstyle.org/en/stable/"

0 commit comments

Comments
 (0)