keybase / python-twofish

Bindings for the Twofish implementation by Niels Ferguson
BSD 3-Clause "New" or "Revised" License
25 stars 17 forks source link

setup.py: switch from distutils to setuptools #9

Open moto-timo opened 2 years ago

moto-timo commented 2 years ago

In Python 3.10, distutils is deprecated and will be removed in Python 3.12. Switching to setuptools now allows for setup.py bdist_wheel.

Fixes: https://github.com/keybase/python-twofish/issues/8

Signed-off-by: Tim Orling tim.orling@konsulko.com

christopheraranda commented 1 year ago

Will this be merged? This is preventing me from installing pyjks.