Christopher Barber
Christopher Barber
Yes, that is right. But it seems that conda is not happy if you remove the index after installing the package, while installing from the file is fine (but lacks...
In the meantime you can install whl2conda and use `whl2conda install` for this. It is principally intended for use in testing packages built using whl2conda, but it should work.
I think you need to add an `entry_points` spec to the `meta.yaml`, e.g. ```yaml build: entry_points: - pydantic_mongo = pydantic_mongo.__main__:__main__ noarch: python script: {{ PYTHON }} -m pip install ....