]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Tell Wheel to generate platform and interpreter specific wheels
authorDonald Stufft <donald@stufft.io>
Thu, 13 Aug 2015 18:57:53 +0000 (14:57 -0400)
committerDonald Stufft <donald@stufft.io>
Thu, 13 Aug 2015 18:57:53 +0000 (14:57 -0400)
commit39517d10466eecb1411b2b3bd6569ae22a9ded0e
tree0bc8346ce375044927be222081bb3e1dbc67c5f2
parent44420423de34c54486c0210076c233e5b9f57ee2
Tell Wheel to generate platform and interpreter specific wheels

By telling wheel that we have extension modules, even though we
have none, wheel will create a Wheel which is platform and
interpreter specific. This will ensure that the pure Python wheels
on PyPy do not trigger installs on CPython without the C speedups.
setup.py