Skip to content

Commit 595902f

Browse files
kill the unused c utils
1 parent 1d3406a commit 595902f

File tree

2 files changed

+0
-176
lines changed

2 files changed

+0
-176
lines changed

pyrepl_utilsmodule.c

Lines changed: 0 additions & 175 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
description = "A library for building flexible command line interfaces",
4343
platforms = ["unix", "linux"],
4444
packages = ["pyrepl" ],
45-
#ext_modules = [Extension("_pyrepl_utils", ["pyrepl_utilsmodule.c"])],
4645
scripts = ["pythoni", "pythoni1"],
4746
long_description = long_desc,
4847
)

0 commit comments

Comments
 (0)