"""Setup script that forces platform-specific wheels.
The ripopt binary bundled in pyomo_ripopt/bin/ is platform-specific,
so wheels must be tagged per-platform. The empty Extension trick
tells setuptools this is not a pure-Python package.
"""
"""Force platform-specific wheel (not pure Python)."""
return True