aboutsummaryrefslogtreecommitdiffstats
path: root/ann_benchmark
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-20 23:19:55 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-20 23:19:55 +0200
commit95c2d77e066219b55b5f9f1e4d195782e988474a (patch)
tree132d425fd943d10b23b53c3011c29b4ca9029327 /ann_benchmark
parent101a04282a252a57817730f9a918717a2f129361 (diff)
Update mail addresses
Diffstat (limited to 'ann_benchmark')
-rw-r--r--ann_benchmark/src/vespa/ann_benchmark/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ann_benchmark/src/vespa/ann_benchmark/setup.py b/ann_benchmark/src/vespa/ann_benchmark/setup.py
index 2991c225823..74f4e2d7307 100644
--- a/ann_benchmark/src/vespa/ann_benchmark/setup.py
+++ b/ann_benchmark/src/vespa/ann_benchmark/setup.py
@@ -18,7 +18,7 @@ setup(
name="vespa_ann_benchmark",
version="0.1.0",
author="Tor Egge",
- author_email="Tor.Egge@verizonmedia.com",
+ author_email="Tor.Egge@yahooinc.com",
description="Python binding for the Vespa implementation of an HNSW index for nearest neighbor search",
long_description="Python binding for the Vespa implementation of an HNSW index for nearest neighbor search used for low-level benchmarking",
ext_modules=[Extension("vespa_ann_benchmark", sources=[])],