diff --git a/pyproject.toml b/pyproject.toml index b61e7e5..031c73b 100644 --- a/pyproject.toml +++ b/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]