From 0f89b4a94e11238e47747702dad7787aa5e45c29 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sat, 28 Nov 2020 15:29:35 +0100 Subject: [PATCH] test for pushing to heptapod --- setup_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_base.py b/setup_base.py index 667c7d52..4cf6ea5c 100644 --- a/setup_base.py +++ b/setup_base.py @@ -8,6 +8,7 @@ if __name__ == '__main__': from distutils.core import setup from distutils.extension import Extension + standard = '__pypy__' not in sys.builtin_module_names setup(packages=['cffi'], requires=['pycparser'],