From b0183c4bfb1effd32e206b826d379daab93ce7e9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 17 Jan 2012 09:58:49 -0500 Subject: [PATCH] Add pyopencl.characterize to setup.py. (patch by Tomasz Rybak) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0af838ed..391aebfe 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ def main(): ], # build info - packages=["pyopencl", "pyopencl.compyte"], + packages=["pyopencl", "pyopencl.characterize", "pyopencl.compyte"], install_requires=[ "pytools>=2011.2", -- GitLab