Skip to content

Commit c9bd532

Browse files
committed
tyop
1 parent 9e346e9 commit c9bd532

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}

1 file changed

+1
-1
lines changed

{{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'external_url': 'https://unpkg.com/{0}@{2}/{1}/{1}.min.js.map'.format(
4545
package_name, __name__, __version__),
4646
{%- endif %}
47-
'namespace': package_name
47+
'namespace': package_name,
4848
'dynamic': True
4949
}
5050
]

0 commit comments

Comments
 (0)