Ensure BuildGrid can be packaged
Context
Recommanded way of getting BuildGrid, at the moment, is to install it from the git repository; generating packages is not supported at the moment.
Task Description
-
Ensure setup.py sdist
generates a coherent package. -
Ensure setup.py bdist_wheel
generates an installable package. -
Update the CI to generate a package and test it.