Skip to content

Commit

Permalink
Update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Nov 13, 2024
1 parent f7b610e commit bc77212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
noarch: python
script: python -m pip install --ignore-installed .
entry_points:
- mvesuvio = mvesuvio.scripts:main
- mvesuvio = mvesuvio.main:main

requirements:
build:
Expand All @@ -29,6 +29,7 @@ requirements:
- iminuit
- h5py
- jacobi {{ jacobi }}
- dill

test:
imports:
Expand Down

0 comments on commit bc77212

Please sign in to comment.