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"),