-
Notifications
You must be signed in to change notification settings - Fork 218
Description
Hi,
As background, we're considering using LISA to run tests on Fedora's Azure cloud images (and possibly other cloud images later) so I'm investigating getting that set up to run automatically when a new Fedora image is built.
For various reasons, it would be convenient to have LISA releases available on PyPI, or at least installable from a wheel. Based on my experimentation it seems that currently LISA relies on at least the examples
and microsoft
directories that are outside the package. My question is, are you open to the idea of tweaking the repository layout so wheels and sdists can be built/installed without needing to git-clone the repository, and then set up publishing to PyPI for each tag?
I am happy to help with the work to make that happen, but wanted to see if that's something the project was open to (or has previously tried and hit a blocker)?