Browse Source

Fix conda "empty version" error

master
Dean Moldovan 9 years ago
parent
commit
6f68152c78
  1. 2
      conda.recipe/meta.yaml

2
conda.recipe/meta.yaml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
package:
name: python_example
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
version: {{ environ.get('GIT_DESCRIBE_TAG', 'dev') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}

Loading…
Cancel
Save