Skip to content

Commit 5c7b476

Browse files
jlstevensphilippjfr
authored andcommitted
Added entry point in conda.recipe for windows (#3419)
1 parent bd1b589 commit 5c7b476

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conda.recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ build:
1111
noarch: python
1212
number: 0
1313
script: python setup.py --quiet install --single-version-externally-managed --record record.txt
14-
14+
entry_points:
15+
- holoviews = holoviews.util.command:main
1516

1617
requirements:
1718
build:

0 commit comments

Comments
 (0)