[data] Move fonts into a separate folder

Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
This commit is contained in:
Andrew Shkrob
2024-05-05 19:31:59 +02:00
committed by Konstantin Pastbin
parent 91b91a3e32
commit ef6ffa299d
41 changed files with 55 additions and 141 deletions

View File

@@ -22,8 +22,9 @@ setup(
"countries_synonyms.csv",
"countries.txt",
"external_resources.txt",
"fonts_blacklist.txt",
"fonts_whitelist.txt",
"fonts/blacklist.txt",
"fonts/unicode_blocks.txt",
"fonts/whitelist.txt",
"hierarchy.txt",
"mapcss-dynamic.txt",
"mapcss-mapping.csv",
@@ -37,7 +38,6 @@ setup(
"transit_colors.txt",
"types.txt",
"ugc_types.csv",
"unicode_blocks.txt",
"visibility.txt",
],
install_requires=["omim-data-files=={}".format(get_version())]