=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-djangocms-googlemap", "all", "PYTHON_VERSION_REQD=312", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py312-djangocms-googlemap-2.2.0nb1 * Building wheel... /opt/local/lib/python3.12/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /opt/local/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/djangocms_googlemap copying djangocms_googlemap/__init__.py -> build/lib/djangocms_googlemap copying djangocms_googlemap/cms_plugins.py -> build/lib/djangocms_googlemap copying djangocms_googlemap/models.py -> build/lib/djangocms_googlemap creating build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0001_initial.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0002_auto_20160622_1031.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0003_auto_20160825_1829.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0004_adapted_fields.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0005_create_nested_plugins.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0006_remove_fields.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0007_reset_null_values.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0008_removed_null_fields.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0009_googlemapmarker_icon.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0010_auto_20190718_1021.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0011_googlemap_map_id.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/0012_alter_googlemap_cmsplugin_ptr_and_more.py -> build/lib/djangocms_googlemap/migrations copying djangocms_googlemap/migrations/__init__.py -> build/lib/djangocms_googlemap/migrations running egg_info writing djangocms_googlemap.egg-info/PKG-INFO writing dependency_links to djangocms_googlemap.egg-info/dependency_links.txt writing requirements to djangocms_googlemap.egg-info/requires.txt writing top-level names to djangocms_googlemap.egg-info/top_level.txt reading manifest file 'djangocms_googlemap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'djangocms_googlemap.egg-info/SOURCES.txt' /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.af.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.af.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.af.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.af.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.af.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ar.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ar.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ar.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.be.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.be.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.be.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.be.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.be.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.bg.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.bg.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.bg.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.bn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.bn.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.bn.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.bn.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.bn.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ca.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ca.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ca.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ca.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ca.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.cmn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.cmn.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.cmn.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.cmn.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.cmn.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.cs.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.cs.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.cs.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.cy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.cy.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.cy.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.cy.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.cy.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.da.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.da.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.da.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.el.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.el.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.el.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.es_AR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.es_AR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.es_AR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.es_AR.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.es_AR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.es_BO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.es_BO.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.es_BO.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.es_BO.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.es_BO.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.es_DO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.es_DO.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.es_DO.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.es_DO.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.es_DO.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.et.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.et.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.et.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.et.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.et.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.eu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.eu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.eu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.eu.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.eu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.fa.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.fa.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.fa.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.fi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.fi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.fi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ga.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ga.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ga.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ga.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ga.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.gl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.gl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.gl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.gl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.gl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.gu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.gu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.gu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.gu.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.gu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.he.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.he.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.he.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.he.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.he.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.hi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.hi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.hi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.hi.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.hi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.hr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.hr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.hr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.hr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.hr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.hu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.hu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.hu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.id.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.id.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.id.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.id.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.id.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.is.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.is.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.is.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.is.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.is.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.is_IS.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.is_IS.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.is_IS.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.is_IS.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.is_IS.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ja.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ja.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ja.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ka.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ka.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ka.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ka.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ka.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.kk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.kk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.kk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.kk.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.kk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.km.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.km.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.km.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.km.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.km.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ko.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ko.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ko.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ko.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ko.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ko_KR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ko_KR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ko_KR.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ko_KR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ku_IQ.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ku_IQ.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ku_IQ.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ku_IQ.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ku_IQ.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.lt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.lt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.lt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.lt.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.lt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.lv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.lv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.lv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.lv.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.lv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.mn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.mn.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.mn.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.mn.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.mn.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.mn_MN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.mn_MN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.mn_MN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.mn_MN.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.mn_MN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.mt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.mt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.mt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.mt.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.mt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.nb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.nb.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.nb.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.nb.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.nb.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.nl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.nl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.nl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.no.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.no.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.no.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.no.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.no.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.pl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.pl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.pt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.pt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.pt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.pt_BR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.pt_BR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.pt_BR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ro.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ro.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ro.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ro.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ro.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sl_SI.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sl_SI.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sl_SI.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sl_SI.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sl_SI.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sq.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sq.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sq.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sq.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sq.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sq_AL.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sq_AL.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sq_AL.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sq_AL.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sq_AL.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.sv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.sv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.sv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ta.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ta.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ta.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ta.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ta.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.th.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.th.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.th.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.th.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.th.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.th_TH.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.th_TH.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.th_TH.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.th_TH.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.th_TH.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.tlh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.tlh.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.tlh.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.tlh.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.tlh.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.tr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.tr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.tr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ug.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ug.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ug.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ug.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ug.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.uk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.uk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.uk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.ur.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.ur.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.ur.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.ur.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.ur.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.vi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.vi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.vi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.vi.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.vi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.vi_VN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.vi_VN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.vi_VN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.vi_VN.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.vi_VN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.zh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.zh.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.zh.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.zh.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.zh.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.zh_CN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.zh_CN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.zh_CN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.locale.zh_TW.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.locale.zh_TW.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.locale.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_googlemap.locale.zh_TW.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.static.djangocms_googlemap.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.static.djangocms_googlemap.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.static.djangocms_googlemap.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.static.djangocms_googlemap.js' to be distributed and are already explicitly excluding 'djangocms_googlemap.static.djangocms_googlemap.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_googlemap.templates.djangocms_googlemap.default' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_googlemap.templates.djangocms_googlemap.default' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_googlemap.templates.djangocms_googlemap.default' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_googlemap.templates.djangocms_googlemap.default' to be distributed and are already explicitly excluding 'djangocms_googlemap.templates.djangocms_googlemap.default' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/djangocms_googlemap/locale/af/LC_MESSAGES copying djangocms_googlemap/locale/af/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/af/LC_MESSAGES copying djangocms_googlemap/locale/af/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/af/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ar/LC_MESSAGES copying djangocms_googlemap/locale/ar/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ar/LC_MESSAGES copying djangocms_googlemap/locale/ar/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ar/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/be/LC_MESSAGES copying djangocms_googlemap/locale/be/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/be/LC_MESSAGES copying djangocms_googlemap/locale/be/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/be/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/bg/LC_MESSAGES copying djangocms_googlemap/locale/bg/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/bg/LC_MESSAGES copying djangocms_googlemap/locale/bg/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/bg/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/bn/LC_MESSAGES copying djangocms_googlemap/locale/bn/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/bn/LC_MESSAGES copying djangocms_googlemap/locale/bn/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/bn/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ca/LC_MESSAGES copying djangocms_googlemap/locale/ca/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ca/LC_MESSAGES copying djangocms_googlemap/locale/ca/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ca/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/cmn/LC_MESSAGES copying djangocms_googlemap/locale/cmn/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/cmn/LC_MESSAGES copying djangocms_googlemap/locale/cmn/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/cmn/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/cs/LC_MESSAGES copying djangocms_googlemap/locale/cs/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/cs/LC_MESSAGES copying djangocms_googlemap/locale/cs/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/cs/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/cy/LC_MESSAGES copying djangocms_googlemap/locale/cy/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/cy/LC_MESSAGES copying djangocms_googlemap/locale/cy/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/cy/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/da/LC_MESSAGES copying djangocms_googlemap/locale/da/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/da/LC_MESSAGES copying djangocms_googlemap/locale/da/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/da/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/de/LC_MESSAGES copying djangocms_googlemap/locale/de/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/de/LC_MESSAGES copying djangocms_googlemap/locale/de/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/de/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/el/LC_MESSAGES copying djangocms_googlemap/locale/el/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/el/LC_MESSAGES copying djangocms_googlemap/locale/el/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/el/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/en/LC_MESSAGES copying djangocms_googlemap/locale/en/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/en/LC_MESSAGES copying djangocms_googlemap/locale/en/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/en/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/es/LC_MESSAGES copying djangocms_googlemap/locale/es/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/es/LC_MESSAGES copying djangocms_googlemap/locale/es/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/es/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/es_AR/LC_MESSAGES copying djangocms_googlemap/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/es_AR/LC_MESSAGES copying djangocms_googlemap/locale/es_AR/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/es_AR/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/es_BO/LC_MESSAGES copying djangocms_googlemap/locale/es_BO/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/es_BO/LC_MESSAGES copying djangocms_googlemap/locale/es_BO/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/es_BO/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/es_DO/LC_MESSAGES copying djangocms_googlemap/locale/es_DO/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/es_DO/LC_MESSAGES copying djangocms_googlemap/locale/es_DO/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/es_DO/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/et/LC_MESSAGES copying djangocms_googlemap/locale/et/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/et/LC_MESSAGES copying djangocms_googlemap/locale/et/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/et/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/eu/LC_MESSAGES copying djangocms_googlemap/locale/eu/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/eu/LC_MESSAGES copying djangocms_googlemap/locale/eu/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/eu/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/fa/LC_MESSAGES copying djangocms_googlemap/locale/fa/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/fa/LC_MESSAGES copying djangocms_googlemap/locale/fa/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/fa/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/fi/LC_MESSAGES copying djangocms_googlemap/locale/fi/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/fi/LC_MESSAGES copying djangocms_googlemap/locale/fi/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/fi/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/fr/LC_MESSAGES copying djangocms_googlemap/locale/fr/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/fr/LC_MESSAGES copying djangocms_googlemap/locale/fr/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/fr/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ga/LC_MESSAGES copying djangocms_googlemap/locale/ga/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ga/LC_MESSAGES copying djangocms_googlemap/locale/ga/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ga/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/gl/LC_MESSAGES copying djangocms_googlemap/locale/gl/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/gl/LC_MESSAGES copying djangocms_googlemap/locale/gl/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/gl/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/gu/LC_MESSAGES copying djangocms_googlemap/locale/gu/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/gu/LC_MESSAGES copying djangocms_googlemap/locale/gu/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/gu/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/he/LC_MESSAGES copying djangocms_googlemap/locale/he/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/he/LC_MESSAGES copying djangocms_googlemap/locale/he/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/he/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/hi/LC_MESSAGES copying djangocms_googlemap/locale/hi/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/hi/LC_MESSAGES copying djangocms_googlemap/locale/hi/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/hi/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/hr/LC_MESSAGES copying djangocms_googlemap/locale/hr/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/hr/LC_MESSAGES copying djangocms_googlemap/locale/hr/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/hr/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/hu/LC_MESSAGES copying djangocms_googlemap/locale/hu/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/hu/LC_MESSAGES copying djangocms_googlemap/locale/hu/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/hu/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/id/LC_MESSAGES copying djangocms_googlemap/locale/id/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/id/LC_MESSAGES copying djangocms_googlemap/locale/id/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/id/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/is/LC_MESSAGES copying djangocms_googlemap/locale/is/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/is/LC_MESSAGES copying djangocms_googlemap/locale/is/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/is/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/is_IS/LC_MESSAGES copying djangocms_googlemap/locale/is_IS/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/is_IS/LC_MESSAGES copying djangocms_googlemap/locale/is_IS/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/is_IS/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/it/LC_MESSAGES copying djangocms_googlemap/locale/it/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/it/LC_MESSAGES copying djangocms_googlemap/locale/it/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/it/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ja/LC_MESSAGES copying djangocms_googlemap/locale/ja/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ja/LC_MESSAGES copying djangocms_googlemap/locale/ja/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ja/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ka/LC_MESSAGES copying djangocms_googlemap/locale/ka/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ka/LC_MESSAGES copying djangocms_googlemap/locale/ka/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ka/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/kk/LC_MESSAGES copying djangocms_googlemap/locale/kk/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/kk/LC_MESSAGES copying djangocms_googlemap/locale/kk/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/kk/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/km/LC_MESSAGES copying djangocms_googlemap/locale/km/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/km/LC_MESSAGES copying djangocms_googlemap/locale/km/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/km/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ko/LC_MESSAGES copying djangocms_googlemap/locale/ko/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ko/LC_MESSAGES copying djangocms_googlemap/locale/ko/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ko/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ko_KR/LC_MESSAGES copying djangocms_googlemap/locale/ko_KR/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ko_KR/LC_MESSAGES copying djangocms_googlemap/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ko_KR/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ku_IQ/LC_MESSAGES copying djangocms_googlemap/locale/ku_IQ/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ku_IQ/LC_MESSAGES copying djangocms_googlemap/locale/ku_IQ/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ku_IQ/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/lt/LC_MESSAGES copying djangocms_googlemap/locale/lt/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/lt/LC_MESSAGES copying djangocms_googlemap/locale/lt/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/lt/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/lv/LC_MESSAGES copying djangocms_googlemap/locale/lv/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/lv/LC_MESSAGES copying djangocms_googlemap/locale/lv/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/lv/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/mn/LC_MESSAGES copying djangocms_googlemap/locale/mn/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/mn/LC_MESSAGES copying djangocms_googlemap/locale/mn/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/mn/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/mn_MN/LC_MESSAGES copying djangocms_googlemap/locale/mn_MN/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/mn_MN/LC_MESSAGES copying djangocms_googlemap/locale/mn_MN/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/mn_MN/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/mt/LC_MESSAGES copying djangocms_googlemap/locale/mt/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/mt/LC_MESSAGES copying djangocms_googlemap/locale/mt/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/mt/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/nb/LC_MESSAGES copying djangocms_googlemap/locale/nb/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/nb/LC_MESSAGES copying djangocms_googlemap/locale/nb/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/nb/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/nl/LC_MESSAGES copying djangocms_googlemap/locale/nl/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/nl/LC_MESSAGES copying djangocms_googlemap/locale/nl/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/nl/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/no/LC_MESSAGES copying djangocms_googlemap/locale/no/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/no/LC_MESSAGES copying djangocms_googlemap/locale/no/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/no/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/pl/LC_MESSAGES copying djangocms_googlemap/locale/pl/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/pl/LC_MESSAGES copying djangocms_googlemap/locale/pl/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/pl/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/pt/LC_MESSAGES copying djangocms_googlemap/locale/pt/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/pt/LC_MESSAGES copying djangocms_googlemap/locale/pt/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/pt/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/pt_BR/LC_MESSAGES copying djangocms_googlemap/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/pt_BR/LC_MESSAGES copying djangocms_googlemap/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/pt_BR/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ro/LC_MESSAGES copying djangocms_googlemap/locale/ro/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ro/LC_MESSAGES copying djangocms_googlemap/locale/ro/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ro/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ru/LC_MESSAGES copying djangocms_googlemap/locale/ru/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ru/LC_MESSAGES copying djangocms_googlemap/locale/ru/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ru/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sk/LC_MESSAGES copying djangocms_googlemap/locale/sk/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sk/LC_MESSAGES copying djangocms_googlemap/locale/sk/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sk/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sl/LC_MESSAGES copying djangocms_googlemap/locale/sl/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sl/LC_MESSAGES copying djangocms_googlemap/locale/sl/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sl/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sl_SI/LC_MESSAGES copying djangocms_googlemap/locale/sl_SI/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sl_SI/LC_MESSAGES copying djangocms_googlemap/locale/sl_SI/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sl_SI/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sq/LC_MESSAGES copying djangocms_googlemap/locale/sq/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sq/LC_MESSAGES copying djangocms_googlemap/locale/sq/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sq/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sq_AL/LC_MESSAGES copying djangocms_googlemap/locale/sq_AL/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sq_AL/LC_MESSAGES copying djangocms_googlemap/locale/sq_AL/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sq_AL/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sr/LC_MESSAGES copying djangocms_googlemap/locale/sr/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sr/LC_MESSAGES copying djangocms_googlemap/locale/sr/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sr/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sr@latin/LC_MESSAGES copying djangocms_googlemap/locale/sr@latin/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sr@latin/LC_MESSAGES copying djangocms_googlemap/locale/sr@latin/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sr@latin/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/sv/LC_MESSAGES copying djangocms_googlemap/locale/sv/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/sv/LC_MESSAGES copying djangocms_googlemap/locale/sv/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/sv/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ta/LC_MESSAGES copying djangocms_googlemap/locale/ta/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ta/LC_MESSAGES copying djangocms_googlemap/locale/ta/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ta/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/th/LC_MESSAGES copying djangocms_googlemap/locale/th/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/th/LC_MESSAGES copying djangocms_googlemap/locale/th/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/th/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/th_TH/LC_MESSAGES copying djangocms_googlemap/locale/th_TH/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/th_TH/LC_MESSAGES copying djangocms_googlemap/locale/th_TH/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/th_TH/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/tlh/LC_MESSAGES copying djangocms_googlemap/locale/tlh/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/tlh/LC_MESSAGES copying djangocms_googlemap/locale/tlh/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/tlh/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/tr/LC_MESSAGES copying djangocms_googlemap/locale/tr/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/tr/LC_MESSAGES copying djangocms_googlemap/locale/tr/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/tr/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ug/LC_MESSAGES copying djangocms_googlemap/locale/ug/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ug/LC_MESSAGES copying djangocms_googlemap/locale/ug/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ug/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/uk/LC_MESSAGES copying djangocms_googlemap/locale/uk/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/uk/LC_MESSAGES copying djangocms_googlemap/locale/uk/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/uk/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/ur/LC_MESSAGES copying djangocms_googlemap/locale/ur/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/ur/LC_MESSAGES copying djangocms_googlemap/locale/ur/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/ur/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/vi/LC_MESSAGES copying djangocms_googlemap/locale/vi/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/vi/LC_MESSAGES copying djangocms_googlemap/locale/vi/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/vi/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/vi_VN/LC_MESSAGES copying djangocms_googlemap/locale/vi_VN/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/vi_VN/LC_MESSAGES copying djangocms_googlemap/locale/vi_VN/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/vi_VN/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/zh/LC_MESSAGES copying djangocms_googlemap/locale/zh/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/zh/LC_MESSAGES copying djangocms_googlemap/locale/zh/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/zh/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/zh_CN/LC_MESSAGES copying djangocms_googlemap/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/zh_CN/LC_MESSAGES copying djangocms_googlemap/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/zh_CN/LC_MESSAGES creating build/lib/djangocms_googlemap/locale/zh_TW/LC_MESSAGES copying djangocms_googlemap/locale/zh_TW/LC_MESSAGES/django.mo -> build/lib/djangocms_googlemap/locale/zh_TW/LC_MESSAGES copying djangocms_googlemap/locale/zh_TW/LC_MESSAGES/django.po -> build/lib/djangocms_googlemap/locale/zh_TW/LC_MESSAGES creating build/lib/djangocms_googlemap/static/djangocms_googlemap/js copying djangocms_googlemap/static/djangocms_googlemap/js/djangocms.googlemap.js -> build/lib/djangocms_googlemap/static/djangocms_googlemap/js creating build/lib/djangocms_googlemap/templates/djangocms_googlemap/default copying djangocms_googlemap/templates/djangocms_googlemap/default/map.html -> build/lib/djangocms_googlemap/templates/djangocms_googlemap/default copying djangocms_googlemap/templates/djangocms_googlemap/default/marker.html -> build/lib/djangocms_googlemap/templates/djangocms_googlemap/default copying djangocms_googlemap/templates/djangocms_googlemap/default/route.html -> build/lib/djangocms_googlemap/templates/djangocms_googlemap/default installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap copying build/lib/djangocms_googlemap/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap copying build/lib/djangocms_googlemap/cms_plugins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap copying build/lib/djangocms_googlemap/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0001_initial.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0002_auto_20160622_1031.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0003_auto_20160825_1829.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0004_adapted_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0005_create_nested_plugins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0006_remove_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0007_reset_null_values.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0008_removed_null_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0009_googlemapmarker_icon.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0010_auto_20190718_1021.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0011_googlemap_map_id.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/0012_alter_googlemap_cmsplugin_ptr_and_more.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations copying build/lib/djangocms_googlemap/migrations/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/migrations creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/af creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/af/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/af/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/af/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/af/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/af/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ar creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ar/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ar/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ar/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ar/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ar/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/be creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/be/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/be/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/be/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/be/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/be/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/bg creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/bg/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/bg/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/bg/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/bg/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/bg/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/bn creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/bn/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/bn/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/bn/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/bn/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/bn/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ca creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ca/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ca/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ca/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ca/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ca/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/cmn creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/cmn/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/cmn/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/cmn/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/cmn/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/cmn/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/cs creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/cs/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/cs/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/cs/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/cs/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/cs/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/cy creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/cy/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/cy/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/cy/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/cy/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/cy/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/da creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/da/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/da/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/da/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/da/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/da/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/de creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/de/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/de/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/de/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/de/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/de/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/el creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/el/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/el/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/el/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/el/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/el/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/en creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/en/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/en/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/en/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/en/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/en/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es_AR creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es_AR/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es_AR/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es_AR/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es_AR/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es_AR/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es_BO creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es_BO/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es_BO/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es_BO/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es_BO/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es_BO/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es_DO creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/es_DO/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es_DO/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es_DO/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/es_DO/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/es_DO/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/et creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/et/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/et/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/et/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/et/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/et/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/eu creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/eu/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/eu/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/eu/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/eu/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/eu/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/fa creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/fa/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/fa/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/fa/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/fa/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/fa/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/fi creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/fi/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/fi/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/fi/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/fi/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/fi/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/fr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/fr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/fr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/fr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/fr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/fr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ga creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ga/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ga/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ga/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ga/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ga/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/gl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/gl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/gl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/gl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/gl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/gl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/gu creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/gu/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/gu/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/gu/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/gu/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/gu/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/he creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/he/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/he/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/he/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/he/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/he/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/hi creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/hi/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/hi/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/hi/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/hi/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/hi/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/hr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/hr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/hr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/hr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/hr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/hr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/hu creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/hu/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/hu/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/hu/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/hu/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/hu/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/id creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/id/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/id/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/id/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/id/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/id/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/is creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/is/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/is/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/is/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/is/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/is/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/is_IS creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/is_IS/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/is_IS/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/is_IS/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/is_IS/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/is_IS/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/it creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/it/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/it/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/it/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/it/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/it/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ja creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ja/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ja/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ja/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ja/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ja/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ka creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ka/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ka/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ka/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ka/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ka/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/kk creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/kk/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/kk/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/kk/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/kk/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/kk/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/km creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/km/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/km/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/km/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/km/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/km/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ko creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ko/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ko/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ko/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ko/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ko/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ko_KR creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ko_KR/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ko_KR/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ko_KR/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ko_KR/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ko_KR/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ku_IQ creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ku_IQ/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ku_IQ/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ku_IQ/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ku_IQ/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ku_IQ/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/lt creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/lt/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/lt/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/lt/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/lt/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/lt/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/lv creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/lv/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/lv/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/lv/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/lv/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/lv/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/mn creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/mn/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/mn/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/mn/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/mn/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/mn/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/mn_MN creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/mn_MN/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/mn_MN/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/mn_MN/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/mn_MN/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/mn_MN/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/mt creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/mt/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/mt/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/mt/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/mt/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/mt/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/nb creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/nb/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/nb/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/nb/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/nb/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/nb/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/nl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/nl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/nl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/nl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/nl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/nl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/no creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/no/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/no/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/no/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/no/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/no/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/pl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/pl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/pl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/pl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/pl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/pl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/pt creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/pt/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/pt/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/pt/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/pt/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/pt/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/pt_BR creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/pt_BR/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/pt_BR/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/pt_BR/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/pt_BR/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ro creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ro/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ro/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ro/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ro/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ro/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ru creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ru/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ru/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ru/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ru/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ru/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sk creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sk/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sk/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sk/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sk/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sk/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sl/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sl_SI creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sl_SI/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sl_SI/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sl_SI/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sl_SI/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sl_SI/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sq creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sq/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sq/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sq/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sq/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sq/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sq_AL creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sq_AL/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sq_AL/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sq_AL/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sq_AL/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sq_AL/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sr@latin creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sr@latin/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sr@latin/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sr@latin/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sr@latin/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sr@latin/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sv creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/sv/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sv/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sv/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/sv/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/sv/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ta creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ta/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ta/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ta/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ta/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ta/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/th creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/th/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/th/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/th/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/th/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/th/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/th_TH creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/th_TH/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/th_TH/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/th_TH/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/th_TH/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/th_TH/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/tlh creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/tlh/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/tlh/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/tlh/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/tlh/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/tlh/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/tr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/tr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/tr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/tr/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/tr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/tr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ug creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ug/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ug/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ug/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ug/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ug/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/uk creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/uk/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/uk/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/uk/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/uk/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/uk/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ur creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/ur/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ur/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ur/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/ur/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/ur/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/vi creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/vi/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/vi/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/vi/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/vi/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/vi/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/vi_VN creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/vi_VN/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/vi_VN/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/vi_VN/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/vi_VN/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/vi_VN/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/zh creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/zh/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/zh/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/zh/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/zh/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/zh/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/zh_CN creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/zh_CN/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/zh_CN/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/zh_CN/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/zh_CN/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/zh_CN/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/zh_TW creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/locale/zh_TW/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/zh_TW/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/zh_TW/LC_MESSAGES copying build/lib/djangocms_googlemap/locale/zh_TW/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/locale/zh_TW/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/static creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/static/djangocms_googlemap creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/static/djangocms_googlemap/js copying build/lib/djangocms_googlemap/static/djangocms_googlemap/js/djangocms.googlemap.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/static/djangocms_googlemap/js creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/templates/djangocms_googlemap creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap/templates/djangocms_googlemap/default copying build/lib/djangocms_googlemap/templates/djangocms_googlemap/default/map.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/templates/djangocms_googlemap/default copying build/lib/djangocms_googlemap/templates/djangocms_googlemap/default/marker.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/templates/djangocms_googlemap/default copying build/lib/djangocms_googlemap/templates/djangocms_googlemap/default/route.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap/templates/djangocms_googlemap/default running install_egg_info Copying djangocms_googlemap.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./djangocms_googlemap-2.2.0-py3.12.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/djangocms_googlemap-2.2.0.dist-info/WHEEL creating '/tmp/work/www/py-djangocms-googlemap/work/djangocms-googlemap-2.2.0/dist/.tmp-cuap44sl/djangocms_googlemap-2.2.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'djangocms_googlemap/__init__.py' adding 'djangocms_googlemap/cms_plugins.py' adding 'djangocms_googlemap/models.py' adding 'djangocms_googlemap/locale/af/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/af/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ar/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ar/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/be/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/be/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/bg/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/bg/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/bn/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/bn/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ca/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ca/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/cmn/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/cmn/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/cs/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/cs/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/cy/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/cy/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/da/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/da/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/de/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/de/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/el/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/el/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/en/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/en/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/es/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/es/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/es_AR/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/es_AR/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/es_BO/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/es_BO/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/es_DO/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/es_DO/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/et/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/et/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/eu/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/eu/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/fa/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/fa/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/fi/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/fi/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/fr/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/fr/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ga/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ga/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/gl/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/gl/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/gu/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/gu/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/he/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/he/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/hi/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/hi/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/hr/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/hr/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/hu/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/hu/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/id/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/id/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/is/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/is/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/is_IS/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/is_IS/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/it/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/it/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ja/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ja/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ka/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ka/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/kk/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/kk/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/km/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/km/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ko/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ko/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ko_KR/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ko_KR/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ku_IQ/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ku_IQ/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/lt/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/lt/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/lv/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/lv/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/mn/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/mn/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/mn_MN/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/mn_MN/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/mt/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/mt/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/nb/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/nb/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/nl/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/nl/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/no/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/no/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/pl/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/pl/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/pt/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/pt/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/pt_BR/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/pt_BR/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ro/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ro/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ru/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ru/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sk/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sk/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sl/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sl/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sl_SI/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sl_SI/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sq/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sq/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sq_AL/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sq_AL/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sr/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sr/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sr@latin/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sr@latin/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/sv/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/sv/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ta/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ta/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/th/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/th/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/th_TH/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/th_TH/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/tlh/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/tlh/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/tr/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/tr/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ug/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ug/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/uk/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/uk/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/ur/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/ur/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/vi/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/vi/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/vi_VN/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/vi_VN/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/zh/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/zh/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/zh_CN/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/zh_CN/LC_MESSAGES/django.po' adding 'djangocms_googlemap/locale/zh_TW/LC_MESSAGES/django.mo' adding 'djangocms_googlemap/locale/zh_TW/LC_MESSAGES/django.po' adding 'djangocms_googlemap/migrations/0001_initial.py' adding 'djangocms_googlemap/migrations/0002_auto_20160622_1031.py' adding 'djangocms_googlemap/migrations/0003_auto_20160825_1829.py' adding 'djangocms_googlemap/migrations/0004_adapted_fields.py' adding 'djangocms_googlemap/migrations/0005_create_nested_plugins.py' adding 'djangocms_googlemap/migrations/0006_remove_fields.py' adding 'djangocms_googlemap/migrations/0007_reset_null_values.py' adding 'djangocms_googlemap/migrations/0008_removed_null_fields.py' adding 'djangocms_googlemap/migrations/0009_googlemapmarker_icon.py' adding 'djangocms_googlemap/migrations/0010_auto_20190718_1021.py' adding 'djangocms_googlemap/migrations/0011_googlemap_map_id.py' adding 'djangocms_googlemap/migrations/0012_alter_googlemap_cmsplugin_ptr_and_more.py' adding 'djangocms_googlemap/migrations/__init__.py' adding 'djangocms_googlemap/static/djangocms_googlemap/js/djangocms.googlemap.js' adding 'djangocms_googlemap/templates/djangocms_googlemap/default/map.html' adding 'djangocms_googlemap/templates/djangocms_googlemap/default/marker.html' adding 'djangocms_googlemap/templates/djangocms_googlemap/default/route.html' adding 'djangocms_googlemap-2.2.0.dist-info/licenses/LICENSE' adding 'djangocms_googlemap-2.2.0.dist-info/METADATA' adding 'djangocms_googlemap-2.2.0.dist-info/WHEEL' adding 'djangocms_googlemap-2.2.0.dist-info/top_level.txt' adding 'djangocms_googlemap-2.2.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built djangocms_googlemap-2.2.0-py3-none-any.whl