We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516254d commit 4e3def1Copy full SHA for 4e3def1
1 file changed
setup.py
@@ -1,4 +1,4 @@
1
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
2
3
yescrypt_module = Extension('yescrypt',
4
sources = ['yescrypt.c'],
0 commit comments