Add manylinux2014 x86_64/i686 (#215)

This commit is contained in:
Matthieu Darbois
2019-12-02 11:07:56 +01:00
committed by GitHub
parent a005e263fc
commit 1dbb12daaa
7 changed files with 89 additions and 78 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",
)