From 15d0d84bb4ad0fecd9ef2ce4c97235fd9e7a29fd Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Mon, 24 Oct 2011 15:21:08 -0700 Subject: pyabc: rearrange files and locations --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/setup.py') diff --git a/src/python/setup.py b/src/python/setup.py index 3ef006af..68a4adae 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -63,5 +63,5 @@ setup( name='pyabc', version='1.0', ext_modules=[ext], - py_modules=['pyabc','getch','pyabc_split','redirect'] + py_modules=['pyabc','getch','pyabc_split','redirect', 'reachx_cmd'] ) -- cgit v1.2.3