Finish rebrand on the main repository

Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
Jean-Baptiste
2025-05-06 19:15:33 +02:00
committed by Konstantin Pastbin
parent 76e17a34bb
commit 8f1a0903bb
8 changed files with 24 additions and 24 deletions

View File

@@ -16,10 +16,10 @@ with chdir(os.path.abspath(os.path.dirname(__file__))):
setuptools.setup(
name="omim-data-files",
version=str(get_version()),
author="Organic Maps",
author_email="info@organicmaps.app",
author="CoMaps",
author_email="info@comaps.app",
description="This package is a library for dealing with data files.",
url="https://github.com/organicmaps",
url="https://codeberg.com/comaps",
package_dir={"data_files": ""},
packages=["data_files",],
classifiers=["License :: OSI Approved :: Apache Software License",]