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 5f53584 commit 88c4878Copy full SHA for 88c4878
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