mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Finish rebrand on the main repository
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
76e17a34bb
commit
8f1a0903bb
@@ -52,10 +52,10 @@ def setup(
|
||||
setuptools.setup(
|
||||
name="omim-data-{}".format(suffix),
|
||||
version=str(get_version()),
|
||||
author="Organic Maps",
|
||||
author_email="info@organicmaps.app",
|
||||
author="CoMaps",
|
||||
author_email="info@comaps.app",
|
||||
description="This package contains {} data files.".format(suffix),
|
||||
url="https://github.com/organicmaps",
|
||||
url="https://codeberg.com/comaps",
|
||||
packages=[] if packages is None else packages,
|
||||
package_dir={} if package_dir is None else package_dir,
|
||||
cmdclass={} if cmdclass is None else cmdclass,
|
||||
|
||||
Reference in New Issue
Block a user