Open coolacid opened 4 years ago
Moving from distutils to setuptools allows one to create a pre-complied wheel package. This is a drop in replacement.
I did this for docker multi-stage builds, allowing me to build the package and just include the wheel package in my final docker container.
@kbandla can this be merged?
Moving from distutils to setuptools allows one to create a pre-complied wheel package. This is a drop in replacement.
I did this for docker multi-stage builds, allowing me to build the package and just include the wheel package in my final docker container.