summaryrefslogtreecommitdiffstats
path: root/python/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/builder.py')
-rw-r--r--python/builder.py2
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"],
)