Commit f4012991 authored by Sam Rushing's avatar Sam Rushing

py_modules/read_stream: I think it needs a coro prefix (otherwise setup looks...

py_modules/read_stream: I think it needs a coro prefix (otherwise setup looks in the coroutine dir?)
parent 3f65348b
......@@ -95,7 +95,7 @@ setup (
'coro': 'coro',
'coro.clocks': 'coro/clocks'
},
py_modules = ['backdoor', 'read_stream', 'coro_process', 'coro_unittest',],
py_modules = ['backdoor', 'coro.read_stream', 'coro_process', 'coro_unittest',],
install_requires = ['cython>=0.12.1', 'pyrex>=0.9.8.6'],
cmdclass={'build_ext': build_ext},
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment