Skip to content

Commit

Permalink
Add keywords to setup() metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Sep 9, 2018
1 parent f725426 commit 7ca12ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
'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',
Expand Down

0 comments on commit 7ca12ee

Please sign in to comment.