Steve Nyemba hace 2 días
padre
commit
f2e7a0cf0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]