Converting tests to the new-style
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from setuptools import (
|
||||
Extension,
|
||||
setup,
|
||||
)
|
||||
|
||||
setup(
|
||||
ext_modules=[Extension('spam.spam', sources=['spam/spam.c'])],
|
||||
)
|
||||
Reference in New Issue
Block a user