Remove distutils

The package distutils was depcrecated in Python 3.10 and remove in Python 3.12

Update poetry.lock
This commit is contained in:
21CSM 2024-07-09 00:17:27 -04:00
parent d20a24a152
commit 1fb1a470df
5 changed files with 418 additions and 1826 deletions

View file

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