Skip to content

Commit

Permalink
Update recipe to appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdill committed Nov 25, 2024
1 parent 6ba38cb commit fdf7325
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ source:
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
script: python -m pip install . -vv
entry_points:
- wormhole = wormhole.cli.cli:wormhole

requirements:
host:
- python
- pip
- setuptools
run:
- python
- spake2 ==0.8
Expand Down Expand Up @@ -51,11 +52,11 @@ about:
summary: Get things from one computer to another, safely.

description: |
This package provides a library and a command-line tool named wormhole,
which makes it possible to get arbitrary-sized files and directories (or
short pieces of text) from one computer to another. The two endpoints are
identified by using identical "wormhole codes": in general, the sending
machine generates and displays the code, which must then be typed into
This package provides a library and a command-line tool named wormhole,
which makes it possible to get arbitrary-sized files and directories (or
short pieces of text) from one computer to another. The two endpoints are
identified by using identical "wormhole codes": in general, the sending
machine generates and displays the code, which must then be typed into
the receiving machine.
doc_url: https://magic-wormhole.readthedocs.io/en/latest/
Expand Down

0 comments on commit fdf7325

Please sign in to comment.