removal of setuptools.extern

This commit is contained in:
hedmo 2022-12-30 07:42:30 +01:00 committed by GitHub
parent 3089d12a02
commit eb76bf5864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ allows this script to be run stand-alone, e.g.:
from setuptools import setup, Extension
from setuptools.command.build_py import build_py as _build_py
from setuptools.extern.packaging import version
from packaging import version
import os
import re
import sys