Skip to content

Commit 7ca12ee

Browse files
committed
Add keywords to setup() metadata
1 parent f725426 commit 7ca12ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
'Source': 'https://github.com/jupyter/repo2docker/',
2727
'Tracker': 'https://github.com/jupyter/repo2docker/issues',
2828
},
29+
# this should be a whitespace separated string of keywords, not a list
30+
keywords="reproducible science environments docker",
2931
description = "Repo2docker: Turn git repositories into Jupyter enabled Docker Images",
3032
long_description = readme,
3133
long_description_content_type = 'text/markdown',

0 commit comments

Comments
 (0)