kopia lustrzana https://github.com/jupyterhub/repo2docker
Add keywords to setup() metadata
rodzic
f725426344
commit
7ca12eec6c
2
setup.py
2
setup.py
|
@ -26,6 +26,8 @@ setup(
|
||||||
'Source': 'https://github.com/jupyter/repo2docker/',
|
'Source': 'https://github.com/jupyter/repo2docker/',
|
||||||
'Tracker': 'https://github.com/jupyter/repo2docker/issues',
|
'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",
|
description = "Repo2docker: Turn git repositories into Jupyter enabled Docker Images",
|
||||||
long_description = readme,
|
long_description = readme,
|
||||||
long_description_content_type = 'text/markdown',
|
long_description_content_type = 'text/markdown',
|
||||||
|
|
Ładowanie…
Reference in New Issue