Adding test accessing manylinux2010-only ABI

This commit is contained in:
Yannick Jadoul
2019-10-16 00:34:13 +02:00
parent 4571262803
commit 4536b23a1d
3 changed files with 84 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from setuptools import setup, Extension
setup(
name="spam",
ext_modules=[Extension('spam', sources=['spam.c'])],
version="0.1.0",
)