Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorVictor Popov <v.popov@corp.mail.ru>2020-04-09 14:54:22 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2020-06-03 16:37:10 +0300
commit9cb1a51ef59e590402af8e0773bcc3c8cfcccbb8 (patch)
treec6a17d3ff0deb809b6f52a45fbcc7fdbe56dcbaa /search
parent943d6ca6fdf61700895284f2a00a92c11067b420 (diff)
[pybindings] PR review improvements
- docs refinements - python style fixes
Diffstat (limited to 'search')
-rw-r--r--search/pysearch/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/search/pysearch/setup.py b/search/pysearch/setup.py
index 5e4b4f01c5..630efdfd99 100644
--- a/search/pysearch/setup.py
+++ b/search/pysearch/setup.py
@@ -7,6 +7,7 @@ sys.path.insert(0, os.path.join(module_dir, '..', '..'))
from pyhelpers.setup import setup_omim_pybinding
+
NAME = "pysearch"
setup_omim_pybinding(name=NAME)