Commit cf8b3028 by Wenzel Jakob

Merge pull request #136 from SylvainCorlay/improve-recipe

Improve conda recipe
parents 4a48afb3 13ad78bc
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment