pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.06k stars 233 forks source link

stop using distutils #727

Closed reaperhulk closed 2 years ago

reaperhulk commented 2 years ago

sysconfig has been its own module since python 3.2 and setuptools does all we need for compiling

fixes #721