We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f725426 commit 7ca12eeCopy full SHA for 7ca12ee
setup.py
@@ -26,6 +26,8 @@
26
'Source': 'https://github.com/jupyter/repo2docker/',
27
'Tracker': 'https://github.com/jupyter/repo2docker/issues',
28
},
29
+ # this should be a whitespace separated string of keywords, not a list
30
+ keywords="reproducible science environments docker",
31
description = "Repo2docker: Turn git repositories into Jupyter enabled Docker Images",
32
long_description = readme,
33
long_description_content_type = 'text/markdown',
0 commit comments