Revert "Remove distutils"

This commit is contained in:
mig5 2025-02-03 17:29:47 +11:00 committed by GitHub
parent 2eea838c54
commit 7fddb6229b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 550 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
from setuptools.command.build import build
from distutils.command.build import build
import sys
import os
import inspect