Skip to content

Commit

Permalink
It's only an entry point in python land
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Jun 1, 2018
1 parent 47e6d92 commit c6ef220
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conda.recipe/meta.yaml
Expand Up @@ -10,12 +10,6 @@ source:
build:
noarch: python
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
{% for group,epoints in sdata.get("entry_points",{}).items() %}
{% for entry_point in epoints %}
- {{ entry_point }}
{% endfor %}
{% endfor %}

requirements:
build:
Expand Down

0 comments on commit c6ef220

Please sign in to comment.