Steve Nyemba 1 日 前
コミット
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]