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 49b5e6a commit 58ce358Copy full SHA for 58ce358
setup.py
@@ -642,7 +642,7 @@ def pxd(name):
642
# ----------------------------------------------------------------------
643
# ujson
644
645
-if suffix == '.pyx' and 'setuptools' in sys.modules:
+if suffix == '.pyx':
646
# undo dumb setuptools bug clobbering .pyx sources back to .c
647
for ext in extensions:
648
if ext.sources[0].endswith(('.c', '.cpp')):
0 commit comments