From 915cf7a74d5689bdeac98f74d7d0ca51f1d723cb Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Mon, 28 Nov 2016 10:34:20 +0100 Subject: [PATCH] Rename the conda package to pythonnet. This matches the project and (more importantly) pypi name. --- conda.recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 27de5a620..e802e14d6 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,5 +1,5 @@ package: - name: clr + name: pythonnet version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('-dev', '.dev') }} build: