==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-django-rest-framework 3.16.0-1 (Wed Apr  2 19:07:40 2025)
==> Retrieving sources...
  -> Found django-rest-framework-3.16.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    django-rest-framework-3.16.0.tar.gz ... Passed
==> Validating source files with b2sums...
    django-rest-framework-3.16.0.tar.gz ... Passed
==> Making package: python-django-rest-framework 3.16.0-1 (Wed Apr  2 19:07:59 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) python-asgiref-3.8.1-2  python-sqlparse-0.5.1-2
             python-django-5.1.7-1  python-pytz-2025.1-1

Total Download Size:    5.02 MiB
Total Installed Size:  35.97 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-django-5.1.7-1-any downloading...
 python-sqlparse-0.5.1-2-any downloading...
 python-asgiref-3.8.1-2-any downloading...
 python-pytz-2025.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-pytz...
installing python-sqlparse...
installing python-asgiref...
installing python-django...
Optional dependencies for python-django
    python-psycopg2: for PostgreSQL backend
    python-argon2-cffi: for Argon2 password hashing support
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.6.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:75.8.0-1
              python-wheel-0.45.1-1

Total Installed Size:  10.84 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found django-rest-framework-3.16.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting django-rest-framework-3.16.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating djangorestframework.egg-info
writing djangorestframework.egg-info/PKG-INFO
writing dependency_links to djangorestframework.egg-info/dependency_links.txt
writing requirements to djangorestframework.egg-info/requires.txt
writing top-level names to djangorestframework.egg-info/top_level.txt
writing manifest file 'djangorestframework.egg-info/SOURCES.txt'
reading manifest file 'djangorestframework.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
adding license file 'LICENSE.md'
writing manifest file 'djangorestframework.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/rest_framework
copying rest_framework/reverse.py -> build/lib/rest_framework
copying rest_framework/urlpatterns.py -> build/lib/rest_framework
copying rest_framework/exceptions.py -> build/lib/rest_framework
copying rest_framework/validators.py -> build/lib/rest_framework
copying rest_framework/checks.py -> build/lib/rest_framework
copying rest_framework/test.py -> build/lib/rest_framework
copying rest_framework/viewsets.py -> build/lib/rest_framework
copying rest_framework/authentication.py -> build/lib/rest_framework
copying rest_framework/renderers.py -> build/lib/rest_framework
copying rest_framework/status.py -> build/lib/rest_framework
copying rest_framework/documentation.py -> build/lib/rest_framework
copying rest_framework/fields.py -> build/lib/rest_framework
copying rest_framework/apps.py -> build/lib/rest_framework
copying rest_framework/negotiation.py -> build/lib/rest_framework
copying rest_framework/metadata.py -> build/lib/rest_framework
copying rest_framework/relations.py -> build/lib/rest_framework
copying rest_framework/__init__.py -> build/lib/rest_framework
copying rest_framework/versioning.py -> build/lib/rest_framework
copying rest_framework/filters.py -> build/lib/rest_framework
copying rest_framework/parsers.py -> build/lib/rest_framework
copying rest_framework/request.py -> build/lib/rest_framework
copying rest_framework/routers.py -> build/lib/rest_framework
copying rest_framework/mixins.py -> build/lib/rest_framework
copying rest_framework/decorators.py -> build/lib/rest_framework
copying rest_framework/settings.py -> build/lib/rest_framework
copying rest_framework/compat.py -> build/lib/rest_framework
copying rest_framework/serializers.py -> build/lib/rest_framework
copying rest_framework/views.py -> build/lib/rest_framework
copying rest_framework/urls.py -> build/lib/rest_framework
copying rest_framework/throttling.py -> build/lib/rest_framework
copying rest_framework/generics.py -> build/lib/rest_framework
copying rest_framework/response.py -> build/lib/rest_framework
copying rest_framework/permissions.py -> build/lib/rest_framework
copying rest_framework/pagination.py -> build/lib/rest_framework
creating build/lib/rest_framework/schemas
copying rest_framework/schemas/openapi.py -> build/lib/rest_framework/schemas
copying rest_framework/schemas/generators.py -> build/lib/rest_framework/schemas
copying rest_framework/schemas/coreapi.py -> build/lib/rest_framework/schemas
copying rest_framework/schemas/utils.py -> build/lib/rest_framework/schemas
copying rest_framework/schemas/__init__.py -> build/lib/rest_framework/schemas
copying rest_framework/schemas/inspectors.py -> build/lib/rest_framework/schemas
copying rest_framework/schemas/views.py -> build/lib/rest_framework/schemas
creating build/lib/rest_framework/management
copying rest_framework/management/__init__.py -> build/lib/rest_framework/management
creating build/lib/rest_framework/authtoken
copying rest_framework/authtoken/apps.py -> build/lib/rest_framework/authtoken
copying rest_framework/authtoken/admin.py -> build/lib/rest_framework/authtoken
copying rest_framework/authtoken/__init__.py -> build/lib/rest_framework/authtoken
copying rest_framework/authtoken/models.py -> build/lib/rest_framework/authtoken
copying rest_framework/authtoken/serializers.py -> build/lib/rest_framework/authtoken
copying rest_framework/authtoken/views.py -> build/lib/rest_framework/authtoken
creating build/lib/rest_framework/templatetags
copying rest_framework/templatetags/rest_framework.py -> build/lib/rest_framework/templatetags
copying rest_framework/templatetags/__init__.py -> build/lib/rest_framework/templatetags
creating build/lib/rest_framework/utils
copying rest_framework/utils/formatting.py -> build/lib/rest_framework/utils
copying rest_framework/utils/serializer_helpers.py -> build/lib/rest_framework/utils
copying rest_framework/utils/breadcrumbs.py -> build/lib/rest_framework/utils
copying rest_framework/utils/mediatypes.py -> build/lib/rest_framework/utils
copying rest_framework/utils/__init__.py -> build/lib/rest_framework/utils
copying rest_framework/utils/json.py -> build/lib/rest_framework/utils
copying rest_framework/utils/model_meta.py -> build/lib/rest_framework/utils
copying rest_framework/utils/encoders.py -> build/lib/rest_framework/utils
copying rest_framework/utils/field_mapping.py -> build/lib/rest_framework/utils
copying rest_framework/utils/html.py -> build/lib/rest_framework/utils
copying rest_framework/utils/humanize_datetime.py -> build/lib/rest_framework/utils
copying rest_framework/utils/representation.py -> build/lib/rest_framework/utils
copying rest_framework/utils/timezone.py -> build/lib/rest_framework/utils
copying rest_framework/utils/urls.py -> build/lib/rest_framework/utils
creating build/lib/rest_framework/management/commands
copying rest_framework/management/commands/__init__.py -> build/lib/rest_framework/management/commands
copying rest_framework/management/commands/generateschema.py -> build/lib/rest_framework/management/commands
creating build/lib/rest_framework/authtoken/migrations
copying rest_framework/authtoken/migrations/0003_tokenproxy.py -> build/lib/rest_framework/authtoken/migrations
copying rest_framework/authtoken/migrations/0002_auto_20160226_1747.py -> build/lib/rest_framework/authtoken/migrations
copying rest_framework/authtoken/migrations/0004_alter_tokenproxy_options.py -> build/lib/rest_framework/authtoken/migrations
copying rest_framework/authtoken/migrations/__init__.py -> build/lib/rest_framework/authtoken/migrations
copying rest_framework/authtoken/migrations/0001_initial.py -> build/lib/rest_framework/authtoken/migrations
creating build/lib/rest_framework/authtoken/management
copying rest_framework/authtoken/management/__init__.py -> build/lib/rest_framework/authtoken/management
creating build/lib/rest_framework/authtoken/management/commands
copying rest_framework/authtoken/management/commands/drf_create_token.py -> build/lib/rest_framework/authtoken/management/commands
copying rest_framework/authtoken/management/commands/__init__.py -> build/lib/rest_framework/authtoken/management/commands
running egg_info
writing djangorestframework.egg-info/PKG-INFO
writing dependency_links to djangorestframework.egg-info/dependency_links.txt
writing requirements to djangorestframework.egg-info/requires.txt
writing top-level names to djangorestframework.egg-info/top_level.txt
reading manifest file 'djangorestframework.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
adding license file 'LICENSE.md'
writing manifest file 'djangorestframework.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ach.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.ach.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 'rest_framework.locale.ach.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 'rest_framework.locale.ach.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.ach.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ar.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.ar.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.az.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.az.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 'rest_framework.locale.az.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 'rest_framework.locale.az.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.az.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.be.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.be.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.bg.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.bg.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ca.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.ca.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ca_ES.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.ca_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 'rest_framework.locale.ca_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 'rest_framework.locale.ca_ES.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.ca_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.cs.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.cs.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.da.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.da.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.de.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.de.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.el.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.el.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.el_GR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.el_GR.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 'rest_framework.locale.el_GR.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 'rest_framework.locale.el_GR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.el_GR.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.en.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.en.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.en_AU.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.en_AU.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 'rest_framework.locale.en_AU.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 'rest_framework.locale.en_AU.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.en_AU.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.en_CA.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.en_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 'rest_framework.locale.en_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 'rest_framework.locale.en_CA.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.en_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.en_US.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.en_US.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 'rest_framework.locale.en_US.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 'rest_framework.locale.en_US.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.en_US.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.es.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.es.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.et.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.et.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.fa.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.fa.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.fa_IR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.fa_IR.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 'rest_framework.locale.fa_IR.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 'rest_framework.locale.fa_IR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.fa_IR.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.fi.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.fi.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.fr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.fr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.fr_CA.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.fr_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 'rest_framework.locale.fr_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 'rest_framework.locale.fr_CA.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.fr_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.gl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.gl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.gl_ES.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.gl_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 'rest_framework.locale.gl_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 'rest_framework.locale.gl_ES.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.gl_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.he_IL.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.he_IL.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 'rest_framework.locale.he_IL.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 'rest_framework.locale.he_IL.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.he_IL.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.hu.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.hu.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.hy.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.hy.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 'rest_framework.locale.hy.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 'rest_framework.locale.hy.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.hy.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.id.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.id.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.it.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.it.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ja.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.ja.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.ko_KR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.lt.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.lt.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.lv.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.lv.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.mk.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.mk.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 'rest_framework.locale.mk.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 'rest_framework.locale.mk.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.mk.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.nb.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.nb.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ne_NP.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.ne_NP.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 'rest_framework.locale.ne_NP.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 'rest_framework.locale.ne_NP.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.ne_NP.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.nl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.nl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.nn.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.nn.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 'rest_framework.locale.nn.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 'rest_framework.locale.nn.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.nn.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.no.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.no.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.pl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.pl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.pt.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.pt.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.pt_BR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.pt_PT.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.pt_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 'rest_framework.locale.pt_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 'rest_framework.locale.pt_PT.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.pt_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ro.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.ro.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ru.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.ru.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.ru_RU.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.ru_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 'rest_framework.locale.ru_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 'rest_framework.locale.ru_RU.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.ru_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.sk.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.sk.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.sl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.sl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.sv.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.sv.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.th.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.th.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.tr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.tr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.tr_TR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.tr_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 'rest_framework.locale.tr_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 'rest_framework.locale.tr_TR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.tr_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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.uk.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.uk.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.vi.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.vi.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.zh_CN.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.zh_Hans.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 'rest_framework.locale.zh_Hans.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 'rest_framework.locale.zh_Hans.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.zh_Hans.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.locale.zh_Hant.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 'rest_framework.locale.zh_Hant.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 'rest_framework.locale.zh_Hant.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.locale.zh_Hant.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.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 'rest_framework.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 'rest_framework.locale.zh_TW.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.css' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.css' 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 'rest_framework.static.rest_framework.css' 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 'rest_framework.static.rest_framework.css' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.css' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.docs.css' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.docs.css' 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 'rest_framework.static.rest_framework.docs.css' 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 'rest_framework.static.rest_framework.docs.css' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.docs.css' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.docs.img' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.docs.img' 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 'rest_framework.static.rest_framework.docs.img' 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 'rest_framework.static.rest_framework.docs.img' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.docs.img' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.docs.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.docs.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 'rest_framework.static.rest_framework.docs.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 'rest_framework.static.rest_framework.docs.js' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.docs.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.fonts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.fonts' 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 'rest_framework.static.rest_framework.fonts' 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 'rest_framework.static.rest_framework.fonts' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.fonts' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.img' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.img' 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 'rest_framework.static.rest_framework.img' 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 'rest_framework.static.rest_framework.img' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.img' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.static.rest_framework.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.static.rest_framework.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 'rest_framework.static.rest_framework.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 'rest_framework.static.rest_framework.js' to be distributed and are
        already explicitly excluding 'rest_framework.static.rest_framework.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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework' 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 'rest_framework.templates.rest_framework' 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 'rest_framework.templates.rest_framework' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.admin' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.admin' 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 'rest_framework.templates.rest_framework.admin' 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 'rest_framework.templates.rest_framework.admin' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.admin' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.docs' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.docs' 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 'rest_framework.templates.rest_framework.docs' 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 'rest_framework.templates.rest_framework.docs' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.docs' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.docs.auth' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.docs.auth' 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 'rest_framework.templates.rest_framework.docs.auth' 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 'rest_framework.templates.rest_framework.docs.auth' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.docs.auth' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.docs.langs' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.docs.langs' 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 'rest_framework.templates.rest_framework.docs.langs' 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 'rest_framework.templates.rest_framework.docs.langs' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.docs.langs' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.filters' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.filters' 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 'rest_framework.templates.rest_framework.filters' 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 'rest_framework.templates.rest_framework.filters' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.filters' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.horizontal' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.horizontal' 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 'rest_framework.templates.rest_framework.horizontal' 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 'rest_framework.templates.rest_framework.horizontal' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.horizontal' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.inline' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.inline' 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 'rest_framework.templates.rest_framework.inline' 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 'rest_framework.templates.rest_framework.inline' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.inline' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.pagination' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.pagination' 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 'rest_framework.templates.rest_framework.pagination' 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 'rest_framework.templates.rest_framework.pagination' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.pagination' 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)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'rest_framework.templates.rest_framework.vertical' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rest_framework.templates.rest_framework.vertical' 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 'rest_framework.templates.rest_framework.vertical' 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 'rest_framework.templates.rest_framework.vertical' to be distributed and are
        already explicitly excluding 'rest_framework.templates.rest_framework.vertical' 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/rest_framework/locale/ach/LC_MESSAGES
copying rest_framework/locale/ach/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ach/LC_MESSAGES
creating build/lib/rest_framework/locale/ar/LC_MESSAGES
copying rest_framework/locale/ar/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ar/LC_MESSAGES
creating build/lib/rest_framework/locale/az/LC_MESSAGES
copying rest_framework/locale/az/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/az/LC_MESSAGES
creating build/lib/rest_framework/locale/be/LC_MESSAGES
copying rest_framework/locale/be/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/be/LC_MESSAGES
creating build/lib/rest_framework/locale/bg/LC_MESSAGES
copying rest_framework/locale/bg/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/bg/LC_MESSAGES
creating build/lib/rest_framework/locale/ca/LC_MESSAGES
copying rest_framework/locale/ca/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ca/LC_MESSAGES
creating build/lib/rest_framework/locale/ca_ES/LC_MESSAGES
copying rest_framework/locale/ca_ES/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ca_ES/LC_MESSAGES
creating build/lib/rest_framework/locale/cs/LC_MESSAGES
copying rest_framework/locale/cs/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/cs/LC_MESSAGES
creating build/lib/rest_framework/locale/da/LC_MESSAGES
copying rest_framework/locale/da/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/da/LC_MESSAGES
creating build/lib/rest_framework/locale/de/LC_MESSAGES
copying rest_framework/locale/de/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/de/LC_MESSAGES
creating build/lib/rest_framework/locale/el/LC_MESSAGES
copying rest_framework/locale/el/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/el/LC_MESSAGES
creating build/lib/rest_framework/locale/el_GR/LC_MESSAGES
copying rest_framework/locale/el_GR/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/el_GR/LC_MESSAGES
creating build/lib/rest_framework/locale/en/LC_MESSAGES
copying rest_framework/locale/en/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/en/LC_MESSAGES
creating build/lib/rest_framework/locale/en_AU/LC_MESSAGES
copying rest_framework/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/en_AU/LC_MESSAGES
creating build/lib/rest_framework/locale/en_CA/LC_MESSAGES
copying rest_framework/locale/en_CA/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/en_CA/LC_MESSAGES
creating build/lib/rest_framework/locale/en_US/LC_MESSAGES
copying rest_framework/locale/en_US/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/en_US/LC_MESSAGES
creating build/lib/rest_framework/locale/es/LC_MESSAGES
copying rest_framework/locale/es/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/es/LC_MESSAGES
creating build/lib/rest_framework/locale/et/LC_MESSAGES
copying rest_framework/locale/et/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/et/LC_MESSAGES
creating build/lib/rest_framework/locale/fa/LC_MESSAGES
copying rest_framework/locale/fa/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/fa/LC_MESSAGES
creating build/lib/rest_framework/locale/fa_IR/LC_MESSAGES
copying rest_framework/locale/fa_IR/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/fa_IR/LC_MESSAGES
creating build/lib/rest_framework/locale/fi/LC_MESSAGES
copying rest_framework/locale/fi/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/fi/LC_MESSAGES
creating build/lib/rest_framework/locale/fr/LC_MESSAGES
copying rest_framework/locale/fr/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/fr/LC_MESSAGES
creating build/lib/rest_framework/locale/fr_CA/LC_MESSAGES
copying rest_framework/locale/fr_CA/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/fr_CA/LC_MESSAGES
creating build/lib/rest_framework/locale/gl/LC_MESSAGES
copying rest_framework/locale/gl/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/gl/LC_MESSAGES
creating build/lib/rest_framework/locale/gl_ES/LC_MESSAGES
copying rest_framework/locale/gl_ES/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/gl_ES/LC_MESSAGES
creating build/lib/rest_framework/locale/he_IL/LC_MESSAGES
copying rest_framework/locale/he_IL/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/he_IL/LC_MESSAGES
creating build/lib/rest_framework/locale/hu/LC_MESSAGES
copying rest_framework/locale/hu/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/hu/LC_MESSAGES
creating build/lib/rest_framework/locale/hy/LC_MESSAGES
copying rest_framework/locale/hy/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/hy/LC_MESSAGES
creating build/lib/rest_framework/locale/id/LC_MESSAGES
copying rest_framework/locale/id/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/id/LC_MESSAGES
creating build/lib/rest_framework/locale/it/LC_MESSAGES
copying rest_framework/locale/it/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/it/LC_MESSAGES
creating build/lib/rest_framework/locale/ja/LC_MESSAGES
copying rest_framework/locale/ja/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ja/LC_MESSAGES
creating build/lib/rest_framework/locale/ko_KR/LC_MESSAGES
copying rest_framework/locale/ko_KR/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ko_KR/LC_MESSAGES
creating build/lib/rest_framework/locale/lt/LC_MESSAGES
copying rest_framework/locale/lt/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/lt/LC_MESSAGES
creating build/lib/rest_framework/locale/lv/LC_MESSAGES
copying rest_framework/locale/lv/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/lv/LC_MESSAGES
creating build/lib/rest_framework/locale/mk/LC_MESSAGES
copying rest_framework/locale/mk/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/mk/LC_MESSAGES
creating build/lib/rest_framework/locale/nb/LC_MESSAGES
copying rest_framework/locale/nb/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/nb/LC_MESSAGES
creating build/lib/rest_framework/locale/ne_NP/LC_MESSAGES
copying rest_framework/locale/ne_NP/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ne_NP/LC_MESSAGES
creating build/lib/rest_framework/locale/nl/LC_MESSAGES
copying rest_framework/locale/nl/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/nl/LC_MESSAGES
creating build/lib/rest_framework/locale/nn/LC_MESSAGES
copying rest_framework/locale/nn/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/nn/LC_MESSAGES
creating build/lib/rest_framework/locale/no/LC_MESSAGES
copying rest_framework/locale/no/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/no/LC_MESSAGES
creating build/lib/rest_framework/locale/pl/LC_MESSAGES
copying rest_framework/locale/pl/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/pl/LC_MESSAGES
creating build/lib/rest_framework/locale/pt/LC_MESSAGES
copying rest_framework/locale/pt/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/pt/LC_MESSAGES
creating build/lib/rest_framework/locale/pt_BR/LC_MESSAGES
copying rest_framework/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/pt_BR/LC_MESSAGES
creating build/lib/rest_framework/locale/pt_PT/LC_MESSAGES
copying rest_framework/locale/pt_PT/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/pt_PT/LC_MESSAGES
creating build/lib/rest_framework/locale/ro/LC_MESSAGES
copying rest_framework/locale/ro/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ro/LC_MESSAGES
creating build/lib/rest_framework/locale/ru/LC_MESSAGES
copying rest_framework/locale/ru/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ru/LC_MESSAGES
creating build/lib/rest_framework/locale/ru_RU/LC_MESSAGES
copying rest_framework/locale/ru_RU/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/ru_RU/LC_MESSAGES
creating build/lib/rest_framework/locale/sk/LC_MESSAGES
copying rest_framework/locale/sk/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/sk/LC_MESSAGES
creating build/lib/rest_framework/locale/sl/LC_MESSAGES
copying rest_framework/locale/sl/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/sl/LC_MESSAGES
creating build/lib/rest_framework/locale/sv/LC_MESSAGES
copying rest_framework/locale/sv/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/sv/LC_MESSAGES
creating build/lib/rest_framework/locale/th/LC_MESSAGES
copying rest_framework/locale/th/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/th/LC_MESSAGES
creating build/lib/rest_framework/locale/tr/LC_MESSAGES
copying rest_framework/locale/tr/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/tr/LC_MESSAGES
creating build/lib/rest_framework/locale/tr_TR/LC_MESSAGES
copying rest_framework/locale/tr_TR/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/tr_TR/LC_MESSAGES
creating build/lib/rest_framework/locale/uk/LC_MESSAGES
copying rest_framework/locale/uk/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/uk/LC_MESSAGES
creating build/lib/rest_framework/locale/vi/LC_MESSAGES
copying rest_framework/locale/vi/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/vi/LC_MESSAGES
creating build/lib/rest_framework/locale/zh_CN/LC_MESSAGES
copying rest_framework/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/zh_CN/LC_MESSAGES
creating build/lib/rest_framework/locale/zh_Hans/LC_MESSAGES
copying rest_framework/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/zh_Hans/LC_MESSAGES
creating build/lib/rest_framework/locale/zh_Hant/LC_MESSAGES
copying rest_framework/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/zh_Hant/LC_MESSAGES
creating build/lib/rest_framework/locale/zh_TW/LC_MESSAGES
copying rest_framework/locale/zh_TW/LC_MESSAGES/django.mo -> build/lib/rest_framework/locale/zh_TW/LC_MESSAGES
creating build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/bootstrap-theme.min.css -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/bootstrap-theme.min.css.map -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/bootstrap-tweaks.css -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/bootstrap.min.css -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/bootstrap.min.css.map -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/default.css -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/font-awesome-4.0.3.css -> build/lib/rest_framework/static/rest_framework/css
copying rest_framework/static/rest_framework/css/prettify.css -> build/lib/rest_framework/static/rest_framework/css
creating build/lib/rest_framework/static/rest_framework/docs/css
copying rest_framework/static/rest_framework/docs/css/base.css -> build/lib/rest_framework/static/rest_framework/docs/css
copying rest_framework/static/rest_framework/docs/css/highlight.css -> build/lib/rest_framework/static/rest_framework/docs/css
copying rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css -> build/lib/rest_framework/static/rest_framework/docs/css
creating build/lib/rest_framework/static/rest_framework/docs/img
copying rest_framework/static/rest_framework/docs/img/favicon.ico -> build/lib/rest_framework/static/rest_framework/docs/img
copying rest_framework/static/rest_framework/docs/img/grid.png -> build/lib/rest_framework/static/rest_framework/docs/img
creating build/lib/rest_framework/static/rest_framework/docs/js
copying rest_framework/static/rest_framework/docs/js/api.js -> build/lib/rest_framework/static/rest_framework/docs/js
copying rest_framework/static/rest_framework/docs/js/highlight.pack.js -> build/lib/rest_framework/static/rest_framework/docs/js
copying rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js -> build/lib/rest_framework/static/rest_framework/docs/js
creating build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff -> build/lib/rest_framework/static/rest_framework/fonts
copying rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 -> build/lib/rest_framework/static/rest_framework/fonts
creating build/lib/rest_framework/static/rest_framework/img
copying rest_framework/static/rest_framework/img/glyphicons-halflings-white.png -> build/lib/rest_framework/static/rest_framework/img
copying rest_framework/static/rest_framework/img/glyphicons-halflings.png -> build/lib/rest_framework/static/rest_framework/img
copying rest_framework/static/rest_framework/img/grid.png -> build/lib/rest_framework/static/rest_framework/img
creating build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/ajax-form.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/bootstrap.min.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/coreapi-0.1.1.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/csrf.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/default.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/jquery-3.7.1.min.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/load-ajax-form.js -> build/lib/rest_framework/static/rest_framework/js
copying rest_framework/static/rest_framework/js/prettify-min.js -> build/lib/rest_framework/static/rest_framework/js
creating build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/admin.html -> build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/api.html -> build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/base.html -> build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/login.html -> build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/login_base.html -> build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/raw_data_form.html -> build/lib/rest_framework/templates/rest_framework
copying rest_framework/templates/rest_framework/schema.js -> build/lib/rest_framework/templates/rest_framework
creating build/lib/rest_framework/templates/rest_framework/admin
copying rest_framework/templates/rest_framework/admin/detail.html -> build/lib/rest_framework/templates/rest_framework/admin
copying rest_framework/templates/rest_framework/admin/dict_value.html -> build/lib/rest_framework/templates/rest_framework/admin
copying rest_framework/templates/rest_framework/admin/list.html -> build/lib/rest_framework/templates/rest_framework/admin
copying rest_framework/templates/rest_framework/admin/list_value.html -> build/lib/rest_framework/templates/rest_framework/admin
copying rest_framework/templates/rest_framework/admin/simple_list_value.html -> build/lib/rest_framework/templates/rest_framework/admin
creating build/lib/rest_framework/templates/rest_framework/docs
copying rest_framework/templates/rest_framework/docs/document.html -> build/lib/rest_framework/templates/rest_framework/docs
copying rest_framework/templates/rest_framework/docs/error.html -> build/lib/rest_framework/templates/rest_framework/docs
copying rest_framework/templates/rest_framework/docs/index.html -> build/lib/rest_framework/templates/rest_framework/docs
copying rest_framework/templates/rest_framework/docs/interact.html -> build/lib/rest_framework/templates/rest_framework/docs
copying rest_framework/templates/rest_framework/docs/link.html -> build/lib/rest_framework/templates/rest_framework/docs
copying rest_framework/templates/rest_framework/docs/sidebar.html -> build/lib/rest_framework/templates/rest_framework/docs
creating build/lib/rest_framework/templates/rest_framework/docs/auth
copying rest_framework/templates/rest_framework/docs/auth/basic.html -> build/lib/rest_framework/templates/rest_framework/docs/auth
copying rest_framework/templates/rest_framework/docs/auth/session.html -> build/lib/rest_framework/templates/rest_framework/docs/auth
copying rest_framework/templates/rest_framework/docs/auth/token.html -> build/lib/rest_framework/templates/rest_framework/docs/auth
creating build/lib/rest_framework/templates/rest_framework/docs/langs
copying rest_framework/templates/rest_framework/docs/langs/javascript-intro.html -> build/lib/rest_framework/templates/rest_framework/docs/langs
copying rest_framework/templates/rest_framework/docs/langs/javascript.html -> build/lib/rest_framework/templates/rest_framework/docs/langs
copying rest_framework/templates/rest_framework/docs/langs/python-intro.html -> build/lib/rest_framework/templates/rest_framework/docs/langs
copying rest_framework/templates/rest_framework/docs/langs/python.html -> build/lib/rest_framework/templates/rest_framework/docs/langs
copying rest_framework/templates/rest_framework/docs/langs/shell-intro.html -> build/lib/rest_framework/templates/rest_framework/docs/langs
copying rest_framework/templates/rest_framework/docs/langs/shell.html -> build/lib/rest_framework/templates/rest_framework/docs/langs
creating build/lib/rest_framework/templates/rest_framework/filters
copying rest_framework/templates/rest_framework/filters/base.html -> build/lib/rest_framework/templates/rest_framework/filters
copying rest_framework/templates/rest_framework/filters/ordering.html -> build/lib/rest_framework/templates/rest_framework/filters
copying rest_framework/templates/rest_framework/filters/search.html -> build/lib/rest_framework/templates/rest_framework/filters
creating build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/checkbox.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/checkbox_multiple.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/dict_field.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/fieldset.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/form.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/input.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/list_field.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/list_fieldset.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/radio.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/select.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/select_multiple.html -> build/lib/rest_framework/templates/rest_framework/horizontal
copying rest_framework/templates/rest_framework/horizontal/textarea.html -> build/lib/rest_framework/templates/rest_framework/horizontal
creating build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/checkbox.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/checkbox_multiple.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/dict_field.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/fieldset.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/form.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/input.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/list_field.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/list_fieldset.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/radio.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/select.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/select_multiple.html -> build/lib/rest_framework/templates/rest_framework/inline
copying rest_framework/templates/rest_framework/inline/textarea.html -> build/lib/rest_framework/templates/rest_framework/inline
creating build/lib/rest_framework/templates/rest_framework/pagination
copying rest_framework/templates/rest_framework/pagination/numbers.html -> build/lib/rest_framework/templates/rest_framework/pagination
copying rest_framework/templates/rest_framework/pagination/previous_and_next.html -> build/lib/rest_framework/templates/rest_framework/pagination
creating build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/checkbox.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/checkbox_multiple.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/dict_field.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/fieldset.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/form.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/input.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/list_field.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/list_fieldset.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/radio.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/select.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/select_multiple.html -> build/lib/rest_framework/templates/rest_framework/vertical
copying rest_framework/templates/rest_framework/vertical/textarea.html -> build/lib/rest_framework/templates/rest_framework/vertical
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/rest_framework
copying build/lib/rest_framework/reverse.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/schemas
copying build/lib/rest_framework/schemas/openapi.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/schemas/generators.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/schemas/coreapi.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/schemas/utils.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/schemas/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/schemas/inspectors.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/schemas/views.py -> build/bdist.linux-armv7l/wheel/./rest_framework/schemas
copying build/lib/rest_framework/urlpatterns.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/exceptions.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/validators.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/checks.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/test.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/viewsets.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/authentication.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/renderers.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/management
creating build/bdist.linux-armv7l/wheel/rest_framework/management/commands
copying build/lib/rest_framework/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/management/commands
copying build/lib/rest_framework/management/commands/generateschema.py -> build/bdist.linux-armv7l/wheel/./rest_framework/management/commands
copying build/lib/rest_framework/management/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/management
copying build/lib/rest_framework/status.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/documentation.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/fields.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/authtoken
creating build/bdist.linux-armv7l/wheel/rest_framework/authtoken/migrations
copying build/lib/rest_framework/authtoken/migrations/0003_tokenproxy.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/migrations
copying build/lib/rest_framework/authtoken/migrations/0002_auto_20160226_1747.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/migrations
copying build/lib/rest_framework/authtoken/migrations/0004_alter_tokenproxy_options.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/migrations
copying build/lib/rest_framework/authtoken/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/migrations
copying build/lib/rest_framework/authtoken/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/migrations
creating build/bdist.linux-armv7l/wheel/rest_framework/authtoken/management
creating build/bdist.linux-armv7l/wheel/rest_framework/authtoken/management/commands
copying build/lib/rest_framework/authtoken/management/commands/drf_create_token.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/management/commands
copying build/lib/rest_framework/authtoken/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/management/commands
copying build/lib/rest_framework/authtoken/management/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken/management
copying build/lib/rest_framework/authtoken/apps.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken
copying build/lib/rest_framework/authtoken/admin.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken
copying build/lib/rest_framework/authtoken/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken
copying build/lib/rest_framework/authtoken/models.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken
copying build/lib/rest_framework/authtoken/serializers.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken
copying build/lib/rest_framework/authtoken/views.py -> build/bdist.linux-armv7l/wheel/./rest_framework/authtoken
creating build/bdist.linux-armv7l/wheel/rest_framework/locale
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/lv
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/lv/LC_MESSAGES
copying build/lib/rest_framework/locale/lv/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/lv/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pt_BR
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pt_BR/LC_MESSAGES
copying build/lib/rest_framework/locale/pt_BR/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/pt_BR/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/tr
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/tr/LC_MESSAGES
copying build/lib/rest_framework/locale/tr/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/tr/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ja
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ja/LC_MESSAGES
copying build/lib/rest_framework/locale/ja/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ja/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_Hant
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_Hant/LC_MESSAGES
copying build/lib/rest_framework/locale/zh_Hant/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/zh_Hant/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/et
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/et/LC_MESSAGES
copying build/lib/rest_framework/locale/et/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/et/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pt
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pt/LC_MESSAGES
copying build/lib/rest_framework/locale/pt/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/pt/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/nl
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/nl/LC_MESSAGES
copying build/lib/rest_framework/locale/nl/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/nl/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ach
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ach/LC_MESSAGES
copying build/lib/rest_framework/locale/ach/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ach/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/hy
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/hy/LC_MESSAGES
copying build/lib/rest_framework/locale/hy/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/hy/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/mk
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/mk/LC_MESSAGES
copying build/lib/rest_framework/locale/mk/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/mk/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ca
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ca/LC_MESSAGES
copying build/lib/rest_framework/locale/ca/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ca/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_Hans
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_Hans/LC_MESSAGES
copying build/lib/rest_framework/locale/zh_Hans/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/zh_Hans/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fi
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fi/LC_MESSAGES
copying build/lib/rest_framework/locale/fi/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/fi/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/el_GR
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/el_GR/LC_MESSAGES
copying build/lib/rest_framework/locale/el_GR/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/el_GR/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en/LC_MESSAGES
copying build/lib/rest_framework/locale/en/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/en/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en_US
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en_US/LC_MESSAGES
copying build/lib/rest_framework/locale/en_US/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/en_US/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pt_PT
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pt_PT/LC_MESSAGES
copying build/lib/rest_framework/locale/pt_PT/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/pt_PT/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/de
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/de/LC_MESSAGES
copying build/lib/rest_framework/locale/de/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/de/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/vi
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/vi/LC_MESSAGES
copying build/lib/rest_framework/locale/vi/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/vi/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/es
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/es/LC_MESSAGES
copying build/lib/rest_framework/locale/es/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/es/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/be
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/be/LC_MESSAGES
copying build/lib/rest_framework/locale/be/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/be/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en_AU
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en_AU/LC_MESSAGES
copying build/lib/rest_framework/locale/en_AU/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/en_AU/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ru
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ru/LC_MESSAGES
copying build/lib/rest_framework/locale/ru/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ru/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fr
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fr/LC_MESSAGES
copying build/lib/rest_framework/locale/fr/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/fr/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ar
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ar/LC_MESSAGES
copying build/lib/rest_framework/locale/ar/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ar/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/el
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/el/LC_MESSAGES
copying build/lib/rest_framework/locale/el/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/el/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ca_ES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ca_ES/LC_MESSAGES
copying build/lib/rest_framework/locale/ca_ES/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ca_ES/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fa_IR
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fa_IR/LC_MESSAGES
copying build/lib/rest_framework/locale/fa_IR/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/fa_IR/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fr_CA
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fr_CA/LC_MESSAGES
copying build/lib/rest_framework/locale/fr_CA/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/fr_CA/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/nn
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/nn/LC_MESSAGES
copying build/lib/rest_framework/locale/nn/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/nn/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/cs
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/cs/LC_MESSAGES
copying build/lib/rest_framework/locale/cs/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/cs/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_TW
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_TW/LC_MESSAGES
copying build/lib/rest_framework/locale/zh_TW/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/zh_TW/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/uk
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/uk/LC_MESSAGES
copying build/lib/rest_framework/locale/uk/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/uk/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_CN
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/zh_CN/LC_MESSAGES
copying build/lib/rest_framework/locale/zh_CN/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/zh_CN/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ru_RU
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ru_RU/LC_MESSAGES
copying build/lib/rest_framework/locale/ru_RU/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ru_RU/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/da
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/da/LC_MESSAGES
copying build/lib/rest_framework/locale/da/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/da/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/az
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/az/LC_MESSAGES
copying build/lib/rest_framework/locale/az/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/az/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/no
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/no/LC_MESSAGES
copying build/lib/rest_framework/locale/no/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/no/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/tr_TR
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/tr_TR/LC_MESSAGES
copying build/lib/rest_framework/locale/tr_TR/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/tr_TR/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/nb
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/nb/LC_MESSAGES
copying build/lib/rest_framework/locale/nb/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/nb/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/hu
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/hu/LC_MESSAGES
copying build/lib/rest_framework/locale/hu/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/hu/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/bg
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/bg/LC_MESSAGES
copying build/lib/rest_framework/locale/bg/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/bg/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/gl
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/gl/LC_MESSAGES
copying build/lib/rest_framework/locale/gl/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/gl/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/gl_ES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/gl_ES/LC_MESSAGES
copying build/lib/rest_framework/locale/gl_ES/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/gl_ES/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/lt
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/lt/LC_MESSAGES
copying build/lib/rest_framework/locale/lt/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/lt/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/sv
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/sv/LC_MESSAGES
copying build/lib/rest_framework/locale/sv/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/sv/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/sl
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/sl/LC_MESSAGES
copying build/lib/rest_framework/locale/sl/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/sl/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ko_KR
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ko_KR/LC_MESSAGES
copying build/lib/rest_framework/locale/ko_KR/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ko_KR/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/it
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/it/LC_MESSAGES
copying build/lib/rest_framework/locale/it/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/it/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ro
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ro/LC_MESSAGES
copying build/lib/rest_framework/locale/ro/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ro/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/th
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/th/LC_MESSAGES
copying build/lib/rest_framework/locale/th/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/th/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/he_IL
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/he_IL/LC_MESSAGES
copying build/lib/rest_framework/locale/he_IL/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/he_IL/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fa
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/fa/LC_MESSAGES
copying build/lib/rest_framework/locale/fa/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/fa/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/sk
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/sk/LC_MESSAGES
copying build/lib/rest_framework/locale/sk/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/sk/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en_CA
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/en_CA/LC_MESSAGES
copying build/lib/rest_framework/locale/en_CA/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/en_CA/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/id
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/id/LC_MESSAGES
copying build/lib/rest_framework/locale/id/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/id/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ne_NP
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/ne_NP/LC_MESSAGES
copying build/lib/rest_framework/locale/ne_NP/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/ne_NP/LC_MESSAGES
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pl
creating build/bdist.linux-armv7l/wheel/rest_framework/locale/pl/LC_MESSAGES
copying build/lib/rest_framework/locale/pl/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/./rest_framework/locale/pl/LC_MESSAGES
copying build/lib/rest_framework/apps.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/negotiation.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/metadata.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/relations.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/templatetags
copying build/lib/rest_framework/templatetags/rest_framework.py -> build/bdist.linux-armv7l/wheel/./rest_framework/templatetags
copying build/lib/rest_framework/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/templatetags
copying build/lib/rest_framework/versioning.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/templates
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework
copying build/lib/rest_framework/templates/rest_framework/admin.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
copying build/lib/rest_framework/templates/rest_framework/schema.js -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
copying build/lib/rest_framework/templates/rest_framework/login.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/admin
copying build/lib/rest_framework/templates/rest_framework/admin/list_value.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/admin
copying build/lib/rest_framework/templates/rest_framework/admin/simple_list_value.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/admin
copying build/lib/rest_framework/templates/rest_framework/admin/detail.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/admin
copying build/lib/rest_framework/templates/rest_framework/admin/list.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/admin
copying build/lib/rest_framework/templates/rest_framework/admin/dict_value.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/admin
copying build/lib/rest_framework/templates/rest_framework/api.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/form.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/list_field.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/checkbox_multiple.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/input.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/radio.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/checkbox.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/dict_field.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/select.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/textarea.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/fieldset.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/list_fieldset.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
copying build/lib/rest_framework/templates/rest_framework/horizontal/select_multiple.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/horizontal
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/pagination
copying build/lib/rest_framework/templates/rest_framework/pagination/numbers.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/pagination
copying build/lib/rest_framework/templates/rest_framework/pagination/previous_and_next.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/pagination
copying build/lib/rest_framework/templates/rest_framework/raw_data_form.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/form.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/list_field.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/checkbox_multiple.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/input.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/radio.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/checkbox.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/dict_field.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/select.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/textarea.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/fieldset.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/list_fieldset.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
copying build/lib/rest_framework/templates/rest_framework/inline/select_multiple.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/inline
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/filters
copying build/lib/rest_framework/templates/rest_framework/filters/search.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/filters
copying build/lib/rest_framework/templates/rest_framework/filters/ordering.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/filters
copying build/lib/rest_framework/templates/rest_framework/filters/base.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/filters
copying build/lib/rest_framework/templates/rest_framework/login_base.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/docs
copying build/lib/rest_framework/templates/rest_framework/docs/error.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs
copying build/lib/rest_framework/templates/rest_framework/docs/link.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs
copying build/lib/rest_framework/templates/rest_framework/docs/index.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs
copying build/lib/rest_framework/templates/rest_framework/docs/interact.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/docs/auth
copying build/lib/rest_framework/templates/rest_framework/docs/auth/session.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/auth
copying build/lib/rest_framework/templates/rest_framework/docs/auth/basic.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/auth
copying build/lib/rest_framework/templates/rest_framework/docs/auth/token.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/auth
copying build/lib/rest_framework/templates/rest_framework/docs/sidebar.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs
copying build/lib/rest_framework/templates/rest_framework/docs/document.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/docs/langs
copying build/lib/rest_framework/templates/rest_framework/docs/langs/javascript.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/langs
copying build/lib/rest_framework/templates/rest_framework/docs/langs/javascript-intro.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/langs
copying build/lib/rest_framework/templates/rest_framework/docs/langs/python-intro.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/langs
copying build/lib/rest_framework/templates/rest_framework/docs/langs/shell.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/langs
copying build/lib/rest_framework/templates/rest_framework/docs/langs/python.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/langs
copying build/lib/rest_framework/templates/rest_framework/docs/langs/shell-intro.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/docs/langs
creating build/bdist.linux-armv7l/wheel/rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/form.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/list_field.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/checkbox_multiple.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/input.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/radio.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/checkbox.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/dict_field.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/select.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/textarea.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/fieldset.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/list_fieldset.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/vertical/select_multiple.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework/vertical
copying build/lib/rest_framework/templates/rest_framework/base.html -> build/bdist.linux-armv7l/wheel/./rest_framework/templates/rest_framework
copying build/lib/rest_framework/filters.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/parsers.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/utils
copying build/lib/rest_framework/utils/formatting.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/serializer_helpers.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/breadcrumbs.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/mediatypes.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/__init__.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/json.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/model_meta.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/encoders.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/field_mapping.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/html.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/humanize_datetime.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/representation.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/timezone.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/utils/urls.py -> build/bdist.linux-armv7l/wheel/./rest_framework/utils
copying build/lib/rest_framework/request.py -> build/bdist.linux-armv7l/wheel/./rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/static
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/img
copying build/lib/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/img
copying build/lib/rest_framework/static/rest_framework/img/grid.png -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/img
copying build/lib/rest_framework/static/rest_framework/img/glyphicons-halflings.png -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/img
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/bootstrap.min.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/bootstrap-theme.min.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/bootstrap-tweaks.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/default.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/bootstrap.min.css.map -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/bootstrap-theme.min.css.map -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
copying build/lib/rest_framework/static/rest_framework/css/prettify.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/css
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
copying build/lib/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/fonts
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/load-ajax-form.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/coreapi-0.1.1.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/bootstrap.min.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/default.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/csrf.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/ajax-form.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/prettify-min.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
copying build/lib/rest_framework/static/rest_framework/js/jquery-3.7.1.min.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/js
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/docs
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/docs/img
copying build/lib/rest_framework/static/rest_framework/docs/img/favicon.ico -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/img
copying build/lib/rest_framework/static/rest_framework/docs/img/grid.png -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/img
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/docs/css
copying build/lib/rest_framework/static/rest_framework/docs/css/base.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/css
copying build/lib/rest_framework/static/rest_framework/docs/css/highlight.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/css
copying build/lib/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/css
creating build/bdist.linux-armv7l/wheel/rest_framework/static/rest_framework/docs/js
copying build/lib/rest_framework/static/rest_framework/docs/js/highlight.pack.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/js
copying build/lib/rest_framework/static/rest_framework/docs/js/api.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/js
copying build/lib/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js -> build/bdist.linux-armv7l/wheel/./rest_framework/static/rest_framework/docs/js
copying build/lib/rest_framework/routers.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/mixins.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/decorators.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/settings.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/compat.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/serializers.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/views.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/urls.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/throttling.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/generics.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/response.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/permissions.py -> build/bdist.linux-armv7l/wheel/./rest_framework
copying build/lib/rest_framework/pagination.py -> build/bdist.linux-armv7l/wheel/./rest_framework
running install_egg_info
Copying djangorestframework.egg-info to build/bdist.linux-armv7l/wheel/./djangorestframework-3.16.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/djangorestframework-3.16.0.dist-info/WHEEL
creating '/build/python-django-rest-framework/src/django-rest-framework-3.16.0/dist/.tmp-pje5o_wg/djangorestframework-3.16.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'rest_framework/__init__.py'
adding 'rest_framework/apps.py'
adding 'rest_framework/authentication.py'
adding 'rest_framework/checks.py'
adding 'rest_framework/compat.py'
adding 'rest_framework/decorators.py'
adding 'rest_framework/documentation.py'
adding 'rest_framework/exceptions.py'
adding 'rest_framework/fields.py'
adding 'rest_framework/filters.py'
adding 'rest_framework/generics.py'
adding 'rest_framework/metadata.py'
adding 'rest_framework/mixins.py'
adding 'rest_framework/negotiation.py'
adding 'rest_framework/pagination.py'
adding 'rest_framework/parsers.py'
adding 'rest_framework/permissions.py'
adding 'rest_framework/relations.py'
adding 'rest_framework/renderers.py'
adding 'rest_framework/request.py'
adding 'rest_framework/response.py'
adding 'rest_framework/reverse.py'
adding 'rest_framework/routers.py'
adding 'rest_framework/serializers.py'
adding 'rest_framework/settings.py'
adding 'rest_framework/status.py'
adding 'rest_framework/test.py'
adding 'rest_framework/throttling.py'
adding 'rest_framework/urlpatterns.py'
adding 'rest_framework/urls.py'
adding 'rest_framework/validators.py'
adding 'rest_framework/versioning.py'
adding 'rest_framework/views.py'
adding 'rest_framework/viewsets.py'
adding 'rest_framework/authtoken/__init__.py'
adding 'rest_framework/authtoken/admin.py'
adding 'rest_framework/authtoken/apps.py'
adding 'rest_framework/authtoken/models.py'
adding 'rest_framework/authtoken/serializers.py'
adding 'rest_framework/authtoken/views.py'
adding 'rest_framework/authtoken/management/__init__.py'
adding 'rest_framework/authtoken/management/commands/__init__.py'
adding 'rest_framework/authtoken/management/commands/drf_create_token.py'
adding 'rest_framework/authtoken/migrations/0001_initial.py'
adding 'rest_framework/authtoken/migrations/0002_auto_20160226_1747.py'
adding 'rest_framework/authtoken/migrations/0003_tokenproxy.py'
adding 'rest_framework/authtoken/migrations/0004_alter_tokenproxy_options.py'
adding 'rest_framework/authtoken/migrations/__init__.py'
adding 'rest_framework/locale/ach/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ar/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/az/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/be/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/bg/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ca/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ca_ES/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/cs/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/da/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/de/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/el/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/el_GR/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/en/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/en_AU/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/en_CA/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/en_US/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/es/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/et/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/fa/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/fa_IR/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/fi/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/fr/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/fr_CA/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/gl/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/gl_ES/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/he_IL/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/hu/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/hy/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/id/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/it/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ja/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ko_KR/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/lt/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/lv/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/mk/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/nb/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ne_NP/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/nl/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/nn/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/no/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/pl/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/pt/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/pt_BR/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/pt_PT/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ro/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ru/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/ru_RU/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/sk/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/sl/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/sv/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/th/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/tr/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/tr_TR/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/uk/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/vi/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/zh_CN/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/zh_Hans/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/zh_Hant/LC_MESSAGES/django.mo'
adding 'rest_framework/locale/zh_TW/LC_MESSAGES/django.mo'
adding 'rest_framework/management/__init__.py'
adding 'rest_framework/management/commands/__init__.py'
adding 'rest_framework/management/commands/generateschema.py'
adding 'rest_framework/schemas/__init__.py'
adding 'rest_framework/schemas/coreapi.py'
adding 'rest_framework/schemas/generators.py'
adding 'rest_framework/schemas/inspectors.py'
adding 'rest_framework/schemas/openapi.py'
adding 'rest_framework/schemas/utils.py'
adding 'rest_framework/schemas/views.py'
adding 'rest_framework/static/rest_framework/css/bootstrap-theme.min.css'
adding 'rest_framework/static/rest_framework/css/bootstrap-theme.min.css.map'
adding 'rest_framework/static/rest_framework/css/bootstrap-tweaks.css'
adding 'rest_framework/static/rest_framework/css/bootstrap.min.css'
adding 'rest_framework/static/rest_framework/css/bootstrap.min.css.map'
adding 'rest_framework/static/rest_framework/css/default.css'
adding 'rest_framework/static/rest_framework/css/font-awesome-4.0.3.css'
adding 'rest_framework/static/rest_framework/css/prettify.css'
adding 'rest_framework/static/rest_framework/docs/css/base.css'
adding 'rest_framework/static/rest_framework/docs/css/highlight.css'
adding 'rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css'
adding 'rest_framework/static/rest_framework/docs/img/favicon.ico'
adding 'rest_framework/static/rest_framework/docs/img/grid.png'
adding 'rest_framework/static/rest_framework/docs/js/api.js'
adding 'rest_framework/static/rest_framework/docs/js/highlight.pack.js'
adding 'rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js'
adding 'rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot'
adding 'rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg'
adding 'rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf'
adding 'rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff'
adding 'rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot'
adding 'rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg'
adding 'rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf'
adding 'rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff'
adding 'rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2'
adding 'rest_framework/static/rest_framework/img/glyphicons-halflings-white.png'
adding 'rest_framework/static/rest_framework/img/glyphicons-halflings.png'
adding 'rest_framework/static/rest_framework/img/grid.png'
adding 'rest_framework/static/rest_framework/js/ajax-form.js'
adding 'rest_framework/static/rest_framework/js/bootstrap.min.js'
adding 'rest_framework/static/rest_framework/js/coreapi-0.1.1.js'
adding 'rest_framework/static/rest_framework/js/csrf.js'
adding 'rest_framework/static/rest_framework/js/default.js'
adding 'rest_framework/static/rest_framework/js/jquery-3.7.1.min.js'
adding 'rest_framework/static/rest_framework/js/load-ajax-form.js'
adding 'rest_framework/static/rest_framework/js/prettify-min.js'
adding 'rest_framework/templates/rest_framework/admin.html'
adding 'rest_framework/templates/rest_framework/api.html'
adding 'rest_framework/templates/rest_framework/base.html'
adding 'rest_framework/templates/rest_framework/login.html'
adding 'rest_framework/templates/rest_framework/login_base.html'
adding 'rest_framework/templates/rest_framework/raw_data_form.html'
adding 'rest_framework/templates/rest_framework/schema.js'
adding 'rest_framework/templates/rest_framework/admin/detail.html'
adding 'rest_framework/templates/rest_framework/admin/dict_value.html'
adding 'rest_framework/templates/rest_framework/admin/list.html'
adding 'rest_framework/templates/rest_framework/admin/list_value.html'
adding 'rest_framework/templates/rest_framework/admin/simple_list_value.html'
adding 'rest_framework/templates/rest_framework/docs/document.html'
adding 'rest_framework/templates/rest_framework/docs/error.html'
adding 'rest_framework/templates/rest_framework/docs/index.html'
adding 'rest_framework/templates/rest_framework/docs/interact.html'
adding 'rest_framework/templates/rest_framework/docs/link.html'
adding 'rest_framework/templates/rest_framework/docs/sidebar.html'
adding 'rest_framework/templates/rest_framework/docs/auth/basic.html'
adding 'rest_framework/templates/rest_framework/docs/auth/session.html'
adding 'rest_framework/templates/rest_framework/docs/auth/token.html'
adding 'rest_framework/templates/rest_framework/docs/langs/javascript-intro.html'
adding 'rest_framework/templates/rest_framework/docs/langs/javascript.html'
adding 'rest_framework/templates/rest_framework/docs/langs/python-intro.html'
adding 'rest_framework/templates/rest_framework/docs/langs/python.html'
adding 'rest_framework/templates/rest_framework/docs/langs/shell-intro.html'
adding 'rest_framework/templates/rest_framework/docs/langs/shell.html'
adding 'rest_framework/templates/rest_framework/filters/base.html'
adding 'rest_framework/templates/rest_framework/filters/ordering.html'
adding 'rest_framework/templates/rest_framework/filters/search.html'
adding 'rest_framework/templates/rest_framework/horizontal/checkbox.html'
adding 'rest_framework/templates/rest_framework/horizontal/checkbox_multiple.html'
adding 'rest_framework/templates/rest_framework/horizontal/dict_field.html'
adding 'rest_framework/templates/rest_framework/horizontal/fieldset.html'
adding 'rest_framework/templates/rest_framework/horizontal/form.html'
adding 'rest_framework/templates/rest_framework/horizontal/input.html'
adding 'rest_framework/templates/rest_framework/horizontal/list_field.html'
adding 'rest_framework/templates/rest_framework/horizontal/list_fieldset.html'
adding 'rest_framework/templates/rest_framework/horizontal/radio.html'
adding 'rest_framework/templates/rest_framework/horizontal/select.html'
adding 'rest_framework/templates/rest_framework/horizontal/select_multiple.html'
adding 'rest_framework/templates/rest_framework/horizontal/textarea.html'
adding 'rest_framework/templates/rest_framework/inline/checkbox.html'
adding 'rest_framework/templates/rest_framework/inline/checkbox_multiple.html'
adding 'rest_framework/templates/rest_framework/inline/dict_field.html'
adding 'rest_framework/templates/rest_framework/inline/fieldset.html'
adding 'rest_framework/templates/rest_framework/inline/form.html'
adding 'rest_framework/templates/rest_framework/inline/input.html'
adding 'rest_framework/templates/rest_framework/inline/list_field.html'
adding 'rest_framework/templates/rest_framework/inline/list_fieldset.html'
adding 'rest_framework/templates/rest_framework/inline/radio.html'
adding 'rest_framework/templates/rest_framework/inline/select.html'
adding 'rest_framework/templates/rest_framework/inline/select_multiple.html'
adding 'rest_framework/templates/rest_framework/inline/textarea.html'
adding 'rest_framework/templates/rest_framework/pagination/numbers.html'
adding 'rest_framework/templates/rest_framework/pagination/previous_and_next.html'
adding 'rest_framework/templates/rest_framework/vertical/checkbox.html'
adding 'rest_framework/templates/rest_framework/vertical/checkbox_multiple.html'
adding 'rest_framework/templates/rest_framework/vertical/dict_field.html'
adding 'rest_framework/templates/rest_framework/vertical/fieldset.html'
adding 'rest_framework/templates/rest_framework/vertical/form.html'
adding 'rest_framework/templates/rest_framework/vertical/input.html'
adding 'rest_framework/templates/rest_framework/vertical/list_field.html'
adding 'rest_framework/templates/rest_framework/vertical/list_fieldset.html'
adding 'rest_framework/templates/rest_framework/vertical/radio.html'
adding 'rest_framework/templates/rest_framework/vertical/select.html'
adding 'rest_framework/templates/rest_framework/vertical/select_multiple.html'
adding 'rest_framework/templates/rest_framework/vertical/textarea.html'
adding 'rest_framework/templatetags/__init__.py'
adding 'rest_framework/templatetags/rest_framework.py'
adding 'rest_framework/utils/__init__.py'
adding 'rest_framework/utils/breadcrumbs.py'
adding 'rest_framework/utils/encoders.py'
adding 'rest_framework/utils/field_mapping.py'
adding 'rest_framework/utils/formatting.py'
adding 'rest_framework/utils/html.py'
adding 'rest_framework/utils/humanize_datetime.py'
adding 'rest_framework/utils/json.py'
adding 'rest_framework/utils/mediatypes.py'
adding 'rest_framework/utils/model_meta.py'
adding 'rest_framework/utils/representation.py'
adding 'rest_framework/utils/serializer_helpers.py'
adding 'rest_framework/utils/timezone.py'
adding 'rest_framework/utils/urls.py'
adding 'djangorestframework-3.16.0.dist-info/LICENSE.md'
adding 'djangorestframework-3.16.0.dist-info/METADATA'
adding 'djangorestframework-3.16.0.dist-info/WHEEL'
adding 'djangorestframework-3.16.0.dist-info/top_level.txt'
adding 'djangorestframework-3.16.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built djangorestframework-3.16.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share'
install: creating directory '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share/doc'
install: creating directory '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share/doc/python-django-rest-framework'
'README.md' -> '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share/doc/python-django-rest-framework/README.md'
install: creating directory '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share/licenses'
install: creating directory '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share/licenses/python-django-rest-framework'
'LICENSE.md' -> '/build/python-django-rest-framework/pkg/python-django-rest-framework/usr/share/licenses/python-django-rest-framework/LICENSE.md'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-django-rest-framework"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-django-rest-framework 3.16.0-1 (Wed Apr  2 19:08:37 2025)
==> Cleaning up...