Skip to content

Commit

Permalink
fix: add entry point spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Faylixe authored Jun 18, 2020
1 parent 1177ce3 commit 8dd28cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ source:
sha256: 207593cc75e8a97d7ddf8e548c026cc4a9f77934539ea581985473598771cb29

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<36 or py>37]
entry_points:
- spleeter = spleeter.__main__:entrypoint

requirements:
host:
Expand Down

0 comments on commit 8dd28cc

Please sign in to comment.