We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef11dac commit 684e533Copy full SHA for 684e533
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
dynamic = ["version", "dependencies", "optional-dependencies"]
31
32
[[project.authors]]
33
-name = "Wu Zhenyu"
+name = "Wu, Zhenyu"
34
email = "wuzhenyu@ustc.edu"
35
36
[project.license]
src/termux_language_server/__main__.py
@@ -16,7 +16,7 @@
16
NAME = NAME.replace("_", "-")
17
VERSION = rf"""{NAME} {__version__}
18
Copyright (C) {datetime.now().year}
19
-Written by Wu Zhenyu
+Written by Wu, Zhenyu
20
"""
21
EPILOG = """
22
Report bugs to <wuzhenyu@ustc.edu>.
0 commit comments