Skip to content

Commit 684e533

Browse files
committed
✏️ Fix names
1 parent ef11dac commit 684e533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dynamic = ["version", "dependencies", "optional-dependencies"]
3131

3232
[[project.authors]]
33-
name = "Wu Zhenyu"
33+
name = "Wu, Zhenyu"
3434
3535

3636
[project.license]

src/termux_language_server/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
NAME = NAME.replace("_", "-")
1717
VERSION = rf"""{NAME} {__version__}
1818
Copyright (C) {datetime.now().year}
19-
Written by Wu Zhenyu
19+
Written by Wu, Zhenyu
2020
"""
2121
EPILOG = """
2222
Report bugs to <[email protected]>.

0 commit comments

Comments
 (0)