From 13ad78bc521c0df7b4f0f858f7acd40ec35278ff Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Wed, 9 Mar 2016 22:28:53 -0500 Subject: [PATCH] Improve conda recipe --- conda.recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 218391f0b..fbbb830b7 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pybind11 - version: {{ environ.get('GIT_DESCRIBE_TAG', '') }} + version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('v', '') }} build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} @@ -22,5 +22,5 @@ test: - pybind11 about: - home: https://github.com/wjakob/pybind11/ + home: https://github.com/pybind/pybind11/ summary: Seamless operability between C++11 and Python