From d921cc3aaf8527dca5b04468dd3b9da0834e09b4 Mon Sep 17 00:00:00 2001 From: profxj Date: Mon, 16 Sep 2024 07:58:56 -0700 Subject: [PATCH] 3.12 fixes begin --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index b851ab14..f29660df 100755 --- a/setup.py +++ b/setup.py @@ -1,11 +1,9 @@ #!/usr/bin/env python # Licensed under a 3-clause BSD style license - see LICENSE.rst -from __future__ import absolute_import, division, print_function # # Standard imports # import glob, os -from distutils.extension import Extension # # setuptools' sdist command ignores MANIFEST.in #