Skip to content

Commit 6adeeb4

Browse files
committed
Remove ext_modules from setup.py
1 parent ebb3000 commit 6adeeb4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,4 @@ def read(*names, **kwargs):
5858
'axelrod == 3.1.2',
5959
],
6060
python_requires=">=3.6",
61-
ext_modules=[
62-
Extension(
63-
splitext(relpath(path, 'src').replace(os.sep, '.'))[0],
64-
sources=[path],
65-
include_dirs=[dirname(path)]
66-
)
67-
for root, _, _ in os.walk('src')
68-
for path in glob(join(root, '*.c'))
69-
],
7061
)

0 commit comments

Comments
 (0)