Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
update birdy
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jun 4, 2018
1 parent 1a64ab8 commit 826ee02
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions birdhouse-birdy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.2.2" %}
{% set version = "0.3.0" %}

package:
name: birdhouse-birdy
Expand All @@ -13,18 +13,20 @@ build:
noarch: python
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- birdy=birdy:main
- birdy=birdy.cli.run:cli

requirements:
build:
- python
- setuptools
- owslib >=0.16.0
- owslib >=0.17.0
run:
- python
- argcomplete
- six
- click
- lxml
- owslib >=0.16.0
- owslib >=0.17.0
- jinja2

test:
imports:
Expand Down

0 comments on commit 826ee02

Please sign in to comment.