Skip to content

Commit

Permalink
add docstring title to app for flit
Browse files Browse the repository at this point in the history
  • Loading branch information
soratidus999 committed Aug 31, 2024
1 parent 35440c6 commit d0049ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion authstats/__init__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d0049ca

Please sign in to comment.