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:
parent
ac88b10f3f
commit
fea98099e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user