From 3bd434df509eb6795c28ec4b3d352e4ca941738c Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Thu, 4 Feb 2016 18:51:57 -0500 Subject: [PATCH] added setproctitle to conda recipe --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dc94bbb2f..061abe2df 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,6 +20,7 @@ requirements: - python - ply - prompt_toolkit + - setproctitle about: home: http://xonsh.org/