From d0049cae8976fe45b72df33d37bb92be1f7d34aa Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Sat, 31 Aug 2024 20:17:34 +1000 Subject: [PATCH] add docstring title to app for flit --- authstats/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authstats/__init__.py b/authstats/__init__.py index 58d061a..8fdefd3 100644 --- a/authstats/__init__.py +++ b/authstats/__init__.py @@ -1,2 +1,5 @@ -default_app_config = 'authstats.apps.AuthStatsConfig' +""" + Configurable Report Framework for corporate level aggregation of any data +""" __version__ = "0.0.1b3" +__title__ = "AuthStats"