diff options
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index c593026..5938c73 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup(author='Bonface M. K.', "plotly==4.14.3", "pyld", "flask-cors==3.0.9", - "xapian-bindings" + # "xapian-bindings" ], include_package_data=True, scripts=["scripts/index-genenetwork"], |
