Skip to content

Commit 332fbe4

Browse files
committed
🐛 fix missing comma in keywords, fix #8
1 parent 3f72c3a commit 332fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/setup.py.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ URL = 'https://{{scm_host}}/{{organisation}}/{{name}}'
6464
DOWNLOAD_URL = '%s/archive/{{release}}.tar.gz' % URL
6565
FILES = ['README.rst',{%block morefiles %}{%endblock%} 'CHANGELOG.rst']
6666
KEYWORDS = [
67+
'python',
6768
{% for keyword in keywords %}
6869
'{{keyword}}',
6970
{% endfor %}
7071
{%block additional_keywords%}
7172
{%endblock%}
72-
'python'
7373
]
7474

7575
CLASSIFIERS = [

0 commit comments

Comments
 (0)