From 3ad1cfa9bed563fbc04ec49c4d069680ab2b1948 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 28 Mar 2021 04:08:35 +0200 Subject: [PATCH] [setup] We are using pdoc3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1c2847..db12c1a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ mysql_driver = "PyMySQL" if os.name == "nt" else "mysqlclient" class DocsCommand(Command): - description = "Generate and export API documentation" + description = "Generate and export API documentation using pdoc3" user_options = [ # The format is (long option, short option, description). ("output=", "o", "Documentation output path"),