Replace distutils.version with packaging.version

This commit is contained in:
Miguel Jacq 2025-02-03 17:36:20 +11:00
parent 818472e62c
commit 3bde77cd91
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
3 changed files with 8 additions and 5 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