Skip to content

Commit

Permalink
Update conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Sep 8, 2020
1 parent 4979755 commit 8a5e9e4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 27 deletions.
Binary file removed devtools/conda-recipe/app.ico
Binary file not shown.
6 changes: 0 additions & 6 deletions devtools/conda-recipe/bld.bat

This file was deleted.

2 changes: 0 additions & 2 deletions devtools/conda-recipe/build.sh

This file was deleted.

18 changes: 0 additions & 18 deletions devtools/conda-recipe/menu-windows.json

This file was deleted.

13 changes: 12 additions & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@ about:
source:
path: ../../

build:
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
noarch: python
entry_points:
- ommprotocol = ommprotocol:run_protocol
- ommanalyze = ommprotocol.analyze:main
- state2pdb = ommprotocol:state_to_pdb
- exportframe = ommprotocol:export_frame

requirements:
build:
host:
- python
- pip
- setuptools

run:
Expand Down

0 comments on commit 8a5e9e4

Please sign in to comment.