diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-04-26 16:45:33 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-18 17:38:03 +0100 |
commit | ba0895b5299512e5028429e9e0111ab9944899cc (patch) | |
tree | 316b317b6a4ff4967facafd182c1feca913851d7 /python/builder.py | |
parent | 1a092b53bddd7e31a3fcf12a13aabd404e91d215 (diff) | |
download | astra-ba0895b5299512e5028429e9e0111ab9944899cc.tar.gz astra-ba0895b5299512e5028429e9e0111ab9944899cc.tar.bz2 astra-ba0895b5299512e5028429e9e0111ab9944899cc.tar.xz astra-ba0895b5299512e5028429e9e0111ab9944899cc.zip |
Add SIRT plugin
Diffstat (limited to 'python/builder.py')
-rw-r--r-- | python/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/builder.py b/python/builder.py index dcd62d8..243888b 100644 --- a/python/builder.py +++ b/python/builder.py @@ -87,6 +87,6 @@ setup (name = 'PyASTRAToolbox', include_dirs=[np.get_include()], cmdclass = cmdclass, #ext_modules = [Extension("astra","astra/astra.pyx")], - packages=['astra'], + packages=['astra', 'astra.plugins'], requires=["numpy"], ) |