mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 04:21:09 +00:00
fix for missing license in metadata
This commit is contained in:
@@ -30,14 +30,15 @@
|
||||
<br>
|
||||
Author:
|
||||
{{metadata['info']['author']}}
|
||||
{% if metadata['info']['license'] is not none %}
|
||||
<br>
|
||||
License:
|
||||
{% if metadata['info']['license'] | length > 200 %}
|
||||
|
||||
{{metadata['info']['license'][:200]}}...
|
||||
{% else %}
|
||||
{{metadata['info']['license']}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<br>
|
||||
Summary:
|
||||
{{metadata['info']['summary']}}
|
||||
|
||||
Reference in New Issue
Block a user