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 0a1a56a commit 6c562fdCopy full SHA for 6c562fd
setup.py
@@ -67,7 +67,7 @@ def read(*names, **kwargs):
67
class BinaryDistribution(Distribution):
68
"""Distribution which almost always forces a binary package with platform name"""
69
def has_ext_modules(self):
70
- return super().has_ext_modules() or os.environ.get('SETUPPY_ALLOW_PURE')
+ return super().has_ext_modules() or not os.environ.get('SETUPPY_ALLOW_PURE')
71
72
73
setup(
0 commit comments