Skip to content

Commit 4e3def1

Browse files
committed
Chagne: distutils -> setuptools
1 parent 516254d commit 4e3def1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup, Extension
1+
from setuptools import setup, Extension
22

33
yescrypt_module = Extension('yescrypt',
44
sources = ['yescrypt.c'],

0 commit comments

Comments
 (0)