Skip to content

Commit bc77212

Browse files
Update entrypoint
1 parent f7b610e commit bc77212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
noarch: python
1616
script: python -m pip install --ignore-installed .
1717
entry_points:
18-
- mvesuvio = mvesuvio.scripts:main
18+
- mvesuvio = mvesuvio.main:main
1919

2020
requirements:
2121
build:
@@ -29,6 +29,7 @@ requirements:
2929
- iminuit
3030
- h5py
3131
- jacobi {{ jacobi }}
32+
- dill
3233

3334
test:
3435
imports:

0 commit comments

Comments
 (0)