Skip to content

Commit

Permalink
BLD: Update conda recipe to use versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinegarrahan committed Aug 13, 2020
1 parent c3a1a37 commit c4653af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}

package:
name: "lume-epics"
version: "0.2"

version: {{ data.get('version') }}
build:
noarch: python
number: 0
Expand Down

0 comments on commit c4653af

Please sign in to comment.