Skip to content

Commit

Permalink
[python] Renamed basic to essential package.
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimandrianov authored and vicpopov committed Sep 9, 2020
1 parent e2f75a7 commit a4aaf52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyhelpers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,12 +441,12 @@ def run(self):
'pygen': {
'path': 'generator/pygen',
'py_modules': ['example',],
'install_requires': ['omim-data-basic'],
'install_requires': ['omim-data-essential'],
'description': 'Binding for working with generation data',
},
'pykmlib': {
'path': 'kml/pykmlib',
'install_requires': ['omim-data-basic'],
'install_requires': ['omim-data-essential'],
'description': 'Binding for working with maps.me KML files',
},
'pylocal_ads': {
Expand All @@ -460,7 +460,7 @@ def run(self):
'pysearch': {
'path': 'search/pysearch',
'description': 'Binding to access maps.me search engine',
'install_requires': ['omim-data-basic'],
'install_requires': ['omim-data-essential'],
},
'pytracking': {
'path': 'tracking/pytracking',
Expand All @@ -471,7 +471,7 @@ def run(self):
'description': (
'Binding for generation traffic data for maps.me application'
),
'install_requires': ['omim-data-basic'],
'install_requires': ['omim-data-essential'],
},
}

Expand Down
2 changes: 1 addition & 1 deletion tools/python/data/all/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
_V = get_version()

_D = [
"omim-data-basic",
"omim-data-borders",
"omim-data-essential",
"omim-data-fonts",
"omim-data-styles",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
__file__,
"basic",
"essential",
[
"booking_excluded.txt",
"borders_vs_osm.csv",
Expand Down
2 changes: 1 addition & 1 deletion tools/python/mwm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
omim-data-basic
omim-data-essential
omim-pygen

0 comments on commit a4aaf52

Please sign in to comment.