this 3c372a2 is gross
apparently versioneer replaces version.py with a static version when a source distribution is generated, so maybe the way to go is to
- make building an sdist possible (is it already possible?)
- generate that sdist in a docker stage and install it in another
which would still mean sending .git to docker which is still gross, but at least it doesn't end up in the final image or any of its ancestors
this 3c372a2 is gross
apparently versioneer replaces version.py with a static version when a source distribution is generated, so maybe the way to go is to
which would still mean sending .git to docker which is still gross, but at least it doesn't end up in the final image or any of its ancestors