summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/setup.py')
-rw-r--r--src/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py b/src/python/setup.py
index af2f5547..a832f511 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -62,5 +62,5 @@ setup(
name='pyabc',
version='1.0',
ext_modules=[ext],
- py_modules=['pyabc']
+ py_modules=['pyabc','getch','pyabc_split','redirect']
)