Skip to content

Commit

Permalink
Change to setuptools to enable cross-compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenfullmer committed May 16, 2023
1 parent befe94a commit f7a2840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import errno
import subprocess

from distutils.core import setup, Extension
from setuptools import setup, Extension

libudev_so = "libudev.so.1"

Expand Down

0 comments on commit f7a2840

Please sign in to comment.