Add keywords to setup() metadata

pull/394/head
Tim Head 2018-09-09 09:13:06 +02:00
rodzic f725426344
commit 7ca12eec6c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,8 @@ setup(
'Source': 'https://github.com/jupyter/repo2docker/',
'Tracker': 'https://github.com/jupyter/repo2docker/issues',
},
# this should be a whitespace separated string of keywords, not a list
keywords="reproducible science environments docker",
description = "Repo2docker: Turn git repositories into Jupyter enabled Docker Images",
long_description = readme,
long_description_content_type = 'text/markdown',