fix test after rebase, fix typos in readme

This commit is contained in:
Grzegorz Bokota
2020-03-07 18:18:01 +01:00
parent baba7706e0
commit 79cf7e47ae
7 changed files with 9 additions and 227 deletions
+8
View File
@@ -0,0 +1,8 @@
from setuptools import setup, Extension
setup(
name="spam",
ext_modules=[Extension('spam', sources=['spam.c'])],
version="0.1.0",
)