kbandla / pydeep

Python bindings for ssdeep
Other
91 stars 33 forks source link

Migrate distutils to setuptools #20

Open coolacid opened 4 years ago

coolacid commented 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.

ostefano commented 1 year ago

@kbandla can this be merged?