fix: reduce size of wheels (#399)
first attempt failed to change the correct constant in build_ext.py
This commit is contained in:
parent
09ae6aee68
commit
6531b93a5b
@ -49,7 +49,7 @@ def build(setup_kwargs):
|
||||
setup_kwargs.update(
|
||||
dict(
|
||||
ext_modules=cythonize(
|
||||
TO_CYTHONIZE,
|
||||
EXTENSIONS,
|
||||
compiler_directives={"language_level": "3"}, # Python 3
|
||||
),
|
||||
cmdclass=dict(build_ext=BuildExt),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user