Skip to content

Commit

Permalink
Merge pull request #137 from mantidproject/update-conda-install-entry…
Browse files Browse the repository at this point in the history
…-point

Update entrypoint in conda install
  • Loading branch information
GuiMacielPereira authored Nov 14, 2024
2 parents d84e4ae + bc77212 commit ec0dab2
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 ec0dab2

Please sign in to comment.