Merge pull request #21466 from barredterra/hooks-boilerplate
fix: hooks boilerplate
This commit is contained in:
commit
e5dfb6d971
1 changed files with 2 additions and 3 deletions
|
|
@ -298,14 +298,13 @@ __version__ = '0.0.1'
|
|||
|
||||
"""
|
||||
|
||||
hooks_template = """from . import __version__ as app_version
|
||||
|
||||
app_name = "{app_name}"
|
||||
hooks_template = """app_name = "{app_name}"
|
||||
app_title = "{app_title}"
|
||||
app_publisher = "{app_publisher}"
|
||||
app_description = "{app_description}"
|
||||
app_email = "{app_email}"
|
||||
app_license = "{app_license}"
|
||||
# required_apps = []
|
||||
|
||||
# Includes in <head>
|
||||
# ------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue