mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Use build_ext from setuptools, not distutils #43

Closed behackett closed 2 years ago

behackett commented 2 years ago

As of Python 3.10 distutils is deprecated, to be removed in Python 3.12. We currently use build_ext from distutils but can trivially migrate to the same command in setuptools.