Hi, I’m currently working on a set of Ansible Modules that depend on a library I wrote.
I’d like an easy way to distribute the whole lot. Is it possible to install Ansible modules via pip? I’m not entirely clear on how the resolution of module names works, but if I can coerce setup.py into installing my modules into some sensible location, will that work?
– Bob.