holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Remove `python setup.py install` from meta.yaml #110

Open hoxbro opened 1 year ago

hoxbro commented 1 year ago

The conda packaging meta.yaml across the holoviz packages uses python setup.py install, example here.

This should be updated to use pip install ..., where ... are the correct arguments.