We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16d0bb commit 8ac8c16Copy full SHA for 8ac8c16
setup.py
@@ -645,7 +645,7 @@ def pxd(name):
645
# ----------------------------------------------------------------------
646
# ujson
647
648
-if suffix == '.pyx' and 'setuptools' in sys.modules:
+if suffix == '.pyx':
649
# undo dumb setuptools bug clobbering .pyx sources back to .c
650
for ext in extensions:
651
if ext.sources[0].endswith(('.c', '.cpp')):
0 commit comments