Skip to content

Commit

Permalink
cffi: replace distutils.command.build with setuptools.command.build #…
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 9, 2025
1 parent 0ac85ba commit 245003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cffi/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools.command.install import install
from setuptools.command.sdist import sdist
from distutils.command.build import build
from setuptools.command.build import build
import os
import shutil

Expand Down

0 comments on commit 245003e

Please sign in to comment.