From af669d6202ce18feff3b238dd807d7bf73761990 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Sun, 9 Sep 2018 17:20:52 +0200 Subject: [PATCH] Modify short project description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d58ab7cc..2608529f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( }, # 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 code repositories into Jupyter enabled Docker Images", long_description = readme, long_description_content_type = 'text/markdown', license='BSD',