We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5d57a commit 186fdfdCopy full SHA for 186fdfd
2 files changed
pyproject.toml
@@ -10,7 +10,7 @@ name = "python-template" # Please revise this line.
10
dynamic = ["version"]
11
description = "A Python template." # Please revise this line.
12
authors = [
13
- { name = "Jinzhe Zeng", email = "jinzhe.zeng@rutgers.edu"},
+ { name = "Jinzhe Zeng", email = "jinzhe.zeng@ustc.edu.cn"},
14
]
15
license = { file = "LICENSE" }
16
classifiers = [
python_template/__init__.py
@@ -4,7 +4,7 @@
4
5
from ._version import __version__
6
7
-__email__ = "jinzhe.zeng@rutgers.edu"
+__email__ = "jinzhe.zeng@ustc.edu.cn"
8
9
__all__ = [
"__version__",
0 commit comments