diff options
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ setup(author='Bonface M. K.', "flask-cors==3.0.9" "xapian-bindings" ], + include_package_data=True, scripts=["scripts/index-genenetwork"], license='GPLV3', long_description=long_description(), |