Building the whl fails with Extension not found

If using Extension, you best import it
Fix break by commit: e5778e4
This commit is contained in:
William D. Irons 2019-03-27 19:17:28 +00:00
parent ac88b10f3f
commit fea98099e6

View File

@ -35,6 +35,7 @@ import re
import sys
from setuptools import Command
from setuptools import Extension
from setuptools import find_packages
from setuptools import setup
from setuptools.command.install import install as InstallCommandBase