Steve Nyemba 2 天之前
父节点
当前提交
f2e7a0cf0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -54,7 +54,7 @@ include = ["info","info.*", "transport", "transport.*"]
 
 [tool.setuptools.dynamic]
 version = {attr = "info.__version__"}
-#authors = {attr = "meta.__author__"}
+#authors = {attr = "info.__author__"}
 
 # If you have a info.py file, you might also want to include the author dynamically:
 # [tool.setuptools.dynamic]