==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-django-allauth 65.9.0-2 (Wed Jul 16 07:55:54 2025)
==> Retrieving sources...
  -> Found python-django-allauth-65.9.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-django-allauth-65.9.0.tar.gz ... Passed
==> Validating source files with b2sums...
    python-django-allauth-65.9.0.tar.gz ... Passed
==> Making package: python-django-allauth 65.9.0-2 (Wed Jul 16 07:56:01 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) libyaml-0.2.5-3  python-pytz-2025.2-1  python-sqlparse-0.5.1-2
             python-asgiref-3.8.1-2  python-django-5.1.11-1
             python-yaml-6.0.2-2

Total Download Size:    4.98 MiB
Total Installed Size:  37.13 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-django-5.1.11-1-any downloading...
 python-sqlparse-0.5.1-2-any downloading...
 python-asgiref-3.8.1-2-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-asgiref...
installing python-pytz...
installing python-sqlparse...
installing python-django...
Optional dependencies for python-django
    python-psycopg2: for PostgreSQL backend
    python-argon2-cffi: for Argon2 password hashing support
installing libyaml...
installing python-yaml...
:: 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.7.0-1
              python-packaging-25.0-1  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:80.9.0-1
              python-wheel-0.45.1-1

Total Installed Size:  10.36 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 python-django-allauth-65.9.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-django-allauth-65.9.0.tar.gz with bsdtar
==> Starting build()...
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/allauth
copying allauth/app_settings.py -> build/lib/allauth
copying allauth/urls.py -> build/lib/allauth
copying allauth/models.py -> build/lib/allauth
copying allauth/exceptions.py -> build/lib/allauth
copying allauth/decorators.py -> build/lib/allauth
copying allauth/conftest.py -> build/lib/allauth
copying allauth/ratelimit.py -> build/lib/allauth
copying allauth/utils.py -> build/lib/allauth
copying allauth/__init__.py -> build/lib/allauth
creating build/lib/allauth/templatetags
copying allauth/templatetags/allauth.py -> build/lib/allauth/templatetags
copying allauth/templatetags/__init__.py -> build/lib/allauth/templatetags
creating build/lib/allauth/core
copying allauth/core/context.py -> build/lib/allauth/core
copying allauth/core/exceptions.py -> build/lib/allauth/core
copying allauth/core/ratelimit.py -> build/lib/allauth/core
copying allauth/core/__init__.py -> build/lib/allauth/core
creating build/lib/allauth/tests
copying allauth/tests/test_utils.py -> build/lib/allauth/tests
copying allauth/tests/__init__.py -> build/lib/allauth/tests
creating build/lib/allauth/idp
copying allauth/idp/urls.py -> build/lib/allauth/idp
copying allauth/idp/__init__.py -> build/lib/allauth/idp
creating build/lib/allauth/usersessions
copying allauth/usersessions/app_settings.py -> build/lib/allauth/usersessions
copying allauth/usersessions/middleware.py -> build/lib/allauth/usersessions
copying allauth/usersessions/urls.py -> build/lib/allauth/usersessions
copying allauth/usersessions/models.py -> build/lib/allauth/usersessions
copying allauth/usersessions/signals.py -> build/lib/allauth/usersessions
copying allauth/usersessions/views.py -> build/lib/allauth/usersessions
copying allauth/usersessions/adapter.py -> build/lib/allauth/usersessions
copying allauth/usersessions/admin.py -> build/lib/allauth/usersessions
copying allauth/usersessions/forms.py -> build/lib/allauth/usersessions
copying allauth/usersessions/apps.py -> build/lib/allauth/usersessions
copying allauth/usersessions/__init__.py -> build/lib/allauth/usersessions
creating build/lib/allauth/mfa
copying allauth/mfa/app_settings.py -> build/lib/allauth/mfa
copying allauth/mfa/urls.py -> build/lib/allauth/mfa
copying allauth/mfa/models.py -> build/lib/allauth/mfa
copying allauth/mfa/signals.py -> build/lib/allauth/mfa
copying allauth/mfa/adapter.py -> build/lib/allauth/mfa
copying allauth/mfa/admin.py -> build/lib/allauth/mfa
copying allauth/mfa/checks.py -> build/lib/allauth/mfa
copying allauth/mfa/apps.py -> build/lib/allauth/mfa
copying allauth/mfa/stages.py -> build/lib/allauth/mfa
copying allauth/mfa/utils.py -> build/lib/allauth/mfa
copying allauth/mfa/__init__.py -> build/lib/allauth/mfa
creating build/lib/allauth/socialaccount
copying allauth/socialaccount/app_settings.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/urls.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/models.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/signals.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/views.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/adapter.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/admin.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/checks.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/helpers.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/forms.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/sessions.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/conftest.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/apps.py -> build/lib/allauth/socialaccount
copying allauth/socialaccount/__init__.py -> build/lib/allauth/socialaccount
creating build/lib/allauth/headless
copying allauth/headless/app_settings.py -> build/lib/allauth/headless
copying allauth/headless/urls.py -> build/lib/allauth/headless
copying allauth/headless/adapter.py -> build/lib/allauth/headless
copying allauth/headless/constants.py -> build/lib/allauth/headless
copying allauth/headless/checks.py -> build/lib/allauth/headless
copying allauth/headless/conftest.py -> build/lib/allauth/headless
copying allauth/headless/apps.py -> build/lib/allauth/headless
copying allauth/headless/__init__.py -> build/lib/allauth/headless
creating build/lib/allauth/account
copying allauth/account/app_settings.py -> build/lib/allauth/account
copying allauth/account/middleware.py -> build/lib/allauth/account
copying allauth/account/urls.py -> build/lib/allauth/account
copying allauth/account/models.py -> build/lib/allauth/account
copying allauth/account/signals.py -> build/lib/allauth/account
copying allauth/account/views.py -> build/lib/allauth/account
copying allauth/account/authentication.py -> build/lib/allauth/account
copying allauth/account/adapter.py -> build/lib/allauth/account
copying allauth/account/mixins.py -> build/lib/allauth/account
copying allauth/account/admin.py -> build/lib/allauth/account
copying allauth/account/checks.py -> build/lib/allauth/account
copying allauth/account/managers.py -> build/lib/allauth/account
copying allauth/account/forms.py -> build/lib/allauth/account
copying allauth/account/decorators.py -> build/lib/allauth/account
copying allauth/account/reauthentication.py -> build/lib/allauth/account
copying allauth/account/apps.py -> build/lib/allauth/account
copying allauth/account/stages.py -> build/lib/allauth/account
copying allauth/account/fields.py -> build/lib/allauth/account
copying allauth/account/utils.py -> build/lib/allauth/account
copying allauth/account/auth_backends.py -> build/lib/allauth/account
copying allauth/account/__init__.py -> build/lib/allauth/account
creating build/lib/allauth/core/internal
copying allauth/core/internal/jwkkit.py -> build/lib/allauth/core/internal
copying allauth/core/internal/adapter.py -> build/lib/allauth/core/internal
copying allauth/core/internal/cryptokit.py -> build/lib/allauth/core/internal
copying allauth/core/internal/ratelimit.py -> build/lib/allauth/core/internal
copying allauth/core/internal/httpkit.py -> build/lib/allauth/core/internal
copying allauth/core/internal/modelkit.py -> build/lib/allauth/core/internal
copying allauth/core/internal/__init__.py -> build/lib/allauth/core/internal
creating build/lib/allauth/core/internal/tests
copying allauth/core/internal/tests/test_ratelimit.py -> build/lib/allauth/core/internal/tests
copying allauth/core/internal/tests/test_modelkit.py -> build/lib/allauth/core/internal/tests
copying allauth/core/internal/tests/test_httpkit.py -> build/lib/allauth/core/internal/tests
copying allauth/core/internal/tests/__init__.py -> build/lib/allauth/core/internal/tests
creating build/lib/allauth/idp/oidc
copying allauth/idp/oidc/app_settings.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/urls.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/models.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/views.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/adapter.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/admin.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/forms.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/conftest.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/apps.py -> build/lib/allauth/idp/oidc
copying allauth/idp/oidc/__init__.py -> build/lib/allauth/idp/oidc
creating build/lib/allauth/idp/oidc/tests
copying allauth/idp/oidc/tests/test_views.py -> build/lib/allauth/idp/oidc/tests
copying allauth/idp/oidc/tests/test_authorization.py -> build/lib/allauth/idp/oidc/tests
copying allauth/idp/oidc/tests/test_tokens.py -> build/lib/allauth/idp/oidc/tests
copying allauth/idp/oidc/tests/__init__.py -> build/lib/allauth/idp/oidc/tests
creating build/lib/allauth/idp/oidc/contrib
copying allauth/idp/oidc/contrib/__init__.py -> build/lib/allauth/idp/oidc/contrib
creating build/lib/allauth/idp/oidc/migrations
copying allauth/idp/oidc/migrations/0001_initial.py -> build/lib/allauth/idp/oidc/migrations
copying allauth/idp/oidc/migrations/__init__.py -> build/lib/allauth/idp/oidc/migrations
creating build/lib/allauth/idp/oidc/internal
copying allauth/idp/oidc/internal/scope.py -> build/lib/allauth/idp/oidc/internal
copying allauth/idp/oidc/internal/clientkit.py -> build/lib/allauth/idp/oidc/internal
copying allauth/idp/oidc/internal/__init__.py -> build/lib/allauth/idp/oidc/internal
creating build/lib/allauth/idp/oidc/contrib/ninja
copying allauth/idp/oidc/contrib/ninja/security.py -> build/lib/allauth/idp/oidc/contrib/ninja
copying allauth/idp/oidc/contrib/ninja/__init__.py -> build/lib/allauth/idp/oidc/contrib/ninja
creating build/lib/allauth/idp/oidc/contrib/rest_framework
copying allauth/idp/oidc/contrib/rest_framework/permissions.py -> build/lib/allauth/idp/oidc/contrib/rest_framework
copying allauth/idp/oidc/contrib/rest_framework/authentication.py -> build/lib/allauth/idp/oidc/contrib/rest_framework
copying allauth/idp/oidc/contrib/rest_framework/__init__.py -> build/lib/allauth/idp/oidc/contrib/rest_framework
creating build/lib/allauth/idp/oidc/contrib/ninja/tests
copying allauth/idp/oidc/contrib/ninja/tests/test_views.py -> build/lib/allauth/idp/oidc/contrib/ninja/tests
copying allauth/idp/oidc/contrib/ninja/tests/__init__.py -> build/lib/allauth/idp/oidc/contrib/ninja/tests
creating build/lib/allauth/idp/oidc/contrib/rest_framework/tests
copying allauth/idp/oidc/contrib/rest_framework/tests/test_views.py -> build/lib/allauth/idp/oidc/contrib/rest_framework/tests
copying allauth/idp/oidc/contrib/rest_framework/tests/__init__.py -> build/lib/allauth/idp/oidc/contrib/rest_framework/tests
creating build/lib/allauth/idp/oidc/internal/oauthlib
copying allauth/idp/oidc/internal/oauthlib/server.py -> build/lib/allauth/idp/oidc/internal/oauthlib
copying allauth/idp/oidc/internal/oauthlib/request_validator.py -> build/lib/allauth/idp/oidc/internal/oauthlib
copying allauth/idp/oidc/internal/oauthlib/authorization_codes.py -> build/lib/allauth/idp/oidc/internal/oauthlib
copying allauth/idp/oidc/internal/oauthlib/utils.py -> build/lib/allauth/idp/oidc/internal/oauthlib
copying allauth/idp/oidc/internal/oauthlib/__init__.py -> build/lib/allauth/idp/oidc/internal/oauthlib
creating build/lib/allauth/idp/oidc/internal/oauthlib/tests
copying allauth/idp/oidc/internal/oauthlib/tests/test_request_validator.py -> build/lib/allauth/idp/oidc/internal/oauthlib/tests
copying allauth/idp/oidc/internal/oauthlib/tests/__init__.py -> build/lib/allauth/idp/oidc/internal/oauthlib/tests
creating build/lib/allauth/usersessions/tests
copying allauth/usersessions/tests/test_views.py -> build/lib/allauth/usersessions/tests
copying allauth/usersessions/tests/test_middleware.py -> build/lib/allauth/usersessions/tests
copying allauth/usersessions/tests/__init__.py -> build/lib/allauth/usersessions/tests
creating build/lib/allauth/usersessions/migrations
copying allauth/usersessions/migrations/0001_initial.py -> build/lib/allauth/usersessions/migrations
copying allauth/usersessions/migrations/__init__.py -> build/lib/allauth/usersessions/migrations
creating build/lib/allauth/usersessions/internal
copying allauth/usersessions/internal/__init__.py -> build/lib/allauth/usersessions/internal
creating build/lib/allauth/usersessions/internal/flows
copying allauth/usersessions/internal/flows/sessions.py -> build/lib/allauth/usersessions/internal/flows
copying allauth/usersessions/internal/flows/__init__.py -> build/lib/allauth/usersessions/internal/flows
creating build/lib/allauth/mfa/webauthn
copying allauth/mfa/webauthn/urls.py -> build/lib/allauth/mfa/webauthn
copying allauth/mfa/webauthn/views.py -> build/lib/allauth/mfa/webauthn
copying allauth/mfa/webauthn/forms.py -> build/lib/allauth/mfa/webauthn
copying allauth/mfa/webauthn/stages.py -> build/lib/allauth/mfa/webauthn
copying allauth/mfa/webauthn/__init__.py -> build/lib/allauth/mfa/webauthn
creating build/lib/allauth/mfa/migrations
copying allauth/mfa/migrations/0001_initial.py -> build/lib/allauth/mfa/migrations
copying allauth/mfa/migrations/0002_authenticator_timestamps.py -> build/lib/allauth/mfa/migrations
copying allauth/mfa/migrations/0003_authenticator_type_uniq.py -> build/lib/allauth/mfa/migrations
copying allauth/mfa/migrations/__init__.py -> build/lib/allauth/mfa/migrations
creating build/lib/allauth/mfa/totp
copying allauth/mfa/totp/urls.py -> build/lib/allauth/mfa/totp
copying allauth/mfa/totp/views.py -> build/lib/allauth/mfa/totp
copying allauth/mfa/totp/forms.py -> build/lib/allauth/mfa/totp
copying allauth/mfa/totp/__init__.py -> build/lib/allauth/mfa/totp
creating build/lib/allauth/mfa/internal
copying allauth/mfa/internal/__init__.py -> build/lib/allauth/mfa/internal
creating build/lib/allauth/mfa/base
copying allauth/mfa/base/urls.py -> build/lib/allauth/mfa/base
copying allauth/mfa/base/views.py -> build/lib/allauth/mfa/base
copying allauth/mfa/base/forms.py -> build/lib/allauth/mfa/base
copying allauth/mfa/base/__init__.py -> build/lib/allauth/mfa/base
creating build/lib/allauth/mfa/recovery_codes
copying allauth/mfa/recovery_codes/urls.py -> build/lib/allauth/mfa/recovery_codes
copying allauth/mfa/recovery_codes/views.py -> build/lib/allauth/mfa/recovery_codes
copying allauth/mfa/recovery_codes/forms.py -> build/lib/allauth/mfa/recovery_codes
copying allauth/mfa/recovery_codes/__init__.py -> build/lib/allauth/mfa/recovery_codes
creating build/lib/allauth/mfa/webauthn/tests
copying allauth/mfa/webauthn/tests/test_views.py -> build/lib/allauth/mfa/webauthn/tests
copying allauth/mfa/webauthn/tests/__init__.py -> build/lib/allauth/mfa/webauthn/tests
creating build/lib/allauth/mfa/webauthn/internal
copying allauth/mfa/webauthn/internal/auth.py -> build/lib/allauth/mfa/webauthn/internal
copying allauth/mfa/webauthn/internal/flows.py -> build/lib/allauth/mfa/webauthn/internal
copying allauth/mfa/webauthn/internal/__init__.py -> build/lib/allauth/mfa/webauthn/internal
creating build/lib/allauth/mfa/totp/tests
copying allauth/mfa/totp/tests/test_views.py -> build/lib/allauth/mfa/totp/tests
copying allauth/mfa/totp/tests/test_unit.py -> build/lib/allauth/mfa/totp/tests
copying allauth/mfa/totp/tests/__init__.py -> build/lib/allauth/mfa/totp/tests
creating build/lib/allauth/mfa/totp/internal
copying allauth/mfa/totp/internal/auth.py -> build/lib/allauth/mfa/totp/internal
copying allauth/mfa/totp/internal/flows.py -> build/lib/allauth/mfa/totp/internal
copying allauth/mfa/totp/internal/__init__.py -> build/lib/allauth/mfa/totp/internal
creating build/lib/allauth/mfa/internal/flows
copying allauth/mfa/internal/flows/add.py -> build/lib/allauth/mfa/internal/flows
copying allauth/mfa/internal/flows/trust.py -> build/lib/allauth/mfa/internal/flows
copying allauth/mfa/internal/flows/__init__.py -> build/lib/allauth/mfa/internal/flows
creating build/lib/allauth/mfa/base/tests
copying allauth/mfa/base/tests/test_views.py -> build/lib/allauth/mfa/base/tests
copying allauth/mfa/base/tests/test_trust_fingerprint.py -> build/lib/allauth/mfa/base/tests
copying allauth/mfa/base/tests/test_trust.py -> build/lib/allauth/mfa/base/tests
copying allauth/mfa/base/tests/__init__.py -> build/lib/allauth/mfa/base/tests
creating build/lib/allauth/mfa/base/internal
copying allauth/mfa/base/internal/flows.py -> build/lib/allauth/mfa/base/internal
copying allauth/mfa/base/internal/__init__.py -> build/lib/allauth/mfa/base/internal
creating build/lib/allauth/mfa/recovery_codes/tests
copying allauth/mfa/recovery_codes/tests/test_views.py -> build/lib/allauth/mfa/recovery_codes/tests
copying allauth/mfa/recovery_codes/tests/test_auth.py -> build/lib/allauth/mfa/recovery_codes/tests
copying allauth/mfa/recovery_codes/tests/__init__.py -> build/lib/allauth/mfa/recovery_codes/tests
creating build/lib/allauth/mfa/recovery_codes/internal
copying allauth/mfa/recovery_codes/internal/auth.py -> build/lib/allauth/mfa/recovery_codes/internal
copying allauth/mfa/recovery_codes/internal/flows.py -> build/lib/allauth/mfa/recovery_codes/internal
copying allauth/mfa/recovery_codes/internal/__init__.py -> build/lib/allauth/mfa/recovery_codes/internal
creating build/lib/allauth/socialaccount/templatetags
copying allauth/socialaccount/templatetags/socialaccount.py -> build/lib/allauth/socialaccount/templatetags
copying allauth/socialaccount/templatetags/__init__.py -> build/lib/allauth/socialaccount/templatetags
creating build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/test_registry.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/test_connect.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/test_utils.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/test_login.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/test_adapter.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/conftest.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/test_signup.py -> build/lib/allauth/socialaccount/tests
copying allauth/socialaccount/tests/__init__.py -> build/lib/allauth/socialaccount/tests
creating build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/0001_initial.py -> build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/0005_socialtoken_nullable_app.py -> build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/0004_app_provider_id_settings.py -> build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/0006_alter_socialaccount_extra_data.py -> build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/0003_extra_data_default_dict.py -> build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/0002_token_max_lengths.py -> build/lib/allauth/socialaccount/migrations
copying allauth/socialaccount/migrations/__init__.py -> build/lib/allauth/socialaccount/migrations
creating build/lib/allauth/socialaccount/providers
copying allauth/socialaccount/providers/__init__.py -> build/lib/allauth/socialaccount/providers
creating build/lib/allauth/socialaccount/internal
copying allauth/socialaccount/internal/jwtkit.py -> build/lib/allauth/socialaccount/internal
copying allauth/socialaccount/internal/statekit.py -> build/lib/allauth/socialaccount/internal
copying allauth/socialaccount/internal/__init__.py -> build/lib/allauth/socialaccount/internal
creating build/lib/allauth/socialaccount/providers/mediawiki
copying allauth/socialaccount/providers/mediawiki/tests.py -> build/lib/allauth/socialaccount/providers/mediawiki
copying allauth/socialaccount/providers/mediawiki/provider.py -> build/lib/allauth/socialaccount/providers/mediawiki
copying allauth/socialaccount/providers/mediawiki/urls.py -> build/lib/allauth/socialaccount/providers/mediawiki
copying allauth/socialaccount/providers/mediawiki/views.py -> build/lib/allauth/socialaccount/providers/mediawiki
copying allauth/socialaccount/providers/mediawiki/__init__.py -> build/lib/allauth/socialaccount/providers/mediawiki
creating build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/tests.py -> build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/provider.py -> build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/urls.py -> build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/views.py -> build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/apple_session.py -> build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/client.py -> build/lib/allauth/socialaccount/providers/apple
copying allauth/socialaccount/providers/apple/__init__.py -> build/lib/allauth/socialaccount/providers/apple
creating build/lib/allauth/socialaccount/providers/reddit
copying allauth/socialaccount/providers/reddit/tests.py -> build/lib/allauth/socialaccount/providers/reddit
copying allauth/socialaccount/providers/reddit/provider.py -> build/lib/allauth/socialaccount/providers/reddit
copying allauth/socialaccount/providers/reddit/urls.py -> build/lib/allauth/socialaccount/providers/reddit
copying allauth/socialaccount/providers/reddit/views.py -> build/lib/allauth/socialaccount/providers/reddit
copying allauth/socialaccount/providers/reddit/__init__.py -> build/lib/allauth/socialaccount/providers/reddit
creating build/lib/allauth/socialaccount/providers/yahoo
copying allauth/socialaccount/providers/yahoo/tests.py -> build/lib/allauth/socialaccount/providers/yahoo
copying allauth/socialaccount/providers/yahoo/provider.py -> build/lib/allauth/socialaccount/providers/yahoo
copying allauth/socialaccount/providers/yahoo/urls.py -> build/lib/allauth/socialaccount/providers/yahoo
copying allauth/socialaccount/providers/yahoo/models.py -> build/lib/allauth/socialaccount/providers/yahoo
copying allauth/socialaccount/providers/yahoo/views.py -> build/lib/allauth/socialaccount/providers/yahoo
copying allauth/socialaccount/providers/yahoo/__init__.py -> build/lib/allauth/socialaccount/providers/yahoo
creating build/lib/allauth/socialaccount/providers/okta
copying allauth/socialaccount/providers/okta/tests.py -> build/lib/allauth/socialaccount/providers/okta
copying allauth/socialaccount/providers/okta/provider.py -> build/lib/allauth/socialaccount/providers/okta
copying allauth/socialaccount/providers/okta/urls.py -> build/lib/allauth/socialaccount/providers/okta
copying allauth/socialaccount/providers/okta/views.py -> build/lib/allauth/socialaccount/providers/okta
copying allauth/socialaccount/providers/okta/__init__.py -> build/lib/allauth/socialaccount/providers/okta
creating build/lib/allauth/socialaccount/providers/angellist
copying allauth/socialaccount/providers/angellist/tests.py -> build/lib/allauth/socialaccount/providers/angellist
copying allauth/socialaccount/providers/angellist/provider.py -> build/lib/allauth/socialaccount/providers/angellist
copying allauth/socialaccount/providers/angellist/urls.py -> build/lib/allauth/socialaccount/providers/angellist
copying allauth/socialaccount/providers/angellist/views.py -> build/lib/allauth/socialaccount/providers/angellist
copying allauth/socialaccount/providers/angellist/__init__.py -> build/lib/allauth/socialaccount/providers/angellist
creating build/lib/allauth/socialaccount/providers/gumroad
copying allauth/socialaccount/providers/gumroad/tests.py -> build/lib/allauth/socialaccount/providers/gumroad
copying allauth/socialaccount/providers/gumroad/provider.py -> build/lib/allauth/socialaccount/providers/gumroad
copying allauth/socialaccount/providers/gumroad/urls.py -> build/lib/allauth/socialaccount/providers/gumroad
copying allauth/socialaccount/providers/gumroad/views.py -> build/lib/allauth/socialaccount/providers/gumroad
copying allauth/socialaccount/providers/gumroad/__init__.py -> build/lib/allauth/socialaccount/providers/gumroad
creating build/lib/allauth/socialaccount/providers/pinterest
copying allauth/socialaccount/providers/pinterest/tests.py -> build/lib/allauth/socialaccount/providers/pinterest
copying allauth/socialaccount/providers/pinterest/provider.py -> build/lib/allauth/socialaccount/providers/pinterest
copying allauth/socialaccount/providers/pinterest/urls.py -> build/lib/allauth/socialaccount/providers/pinterest
copying allauth/socialaccount/providers/pinterest/views.py -> build/lib/allauth/socialaccount/providers/pinterest
copying allauth/socialaccount/providers/pinterest/__init__.py -> build/lib/allauth/socialaccount/providers/pinterest
creating build/lib/allauth/socialaccount/providers/steam
copying allauth/socialaccount/providers/steam/provider.py -> build/lib/allauth/socialaccount/providers/steam
copying allauth/socialaccount/providers/steam/urls.py -> build/lib/allauth/socialaccount/providers/steam
copying allauth/socialaccount/providers/steam/models.py -> build/lib/allauth/socialaccount/providers/steam
copying allauth/socialaccount/providers/steam/views.py -> build/lib/allauth/socialaccount/providers/steam
copying allauth/socialaccount/providers/steam/__init__.py -> build/lib/allauth/socialaccount/providers/steam
creating build/lib/allauth/socialaccount/providers/windowslive
copying allauth/socialaccount/providers/windowslive/tests.py -> build/lib/allauth/socialaccount/providers/windowslive
copying allauth/socialaccount/providers/windowslive/provider.py -> build/lib/allauth/socialaccount/providers/windowslive
copying allauth/socialaccount/providers/windowslive/urls.py -> build/lib/allauth/socialaccount/providers/windowslive
copying allauth/socialaccount/providers/windowslive/views.py -> build/lib/allauth/socialaccount/providers/windowslive
copying allauth/socialaccount/providers/windowslive/__init__.py -> build/lib/allauth/socialaccount/providers/windowslive
creating build/lib/allauth/socialaccount/providers/microsoft
copying allauth/socialaccount/providers/microsoft/tests.py -> build/lib/allauth/socialaccount/providers/microsoft
copying allauth/socialaccount/providers/microsoft/provider.py -> build/lib/allauth/socialaccount/providers/microsoft
copying allauth/socialaccount/providers/microsoft/urls.py -> build/lib/allauth/socialaccount/providers/microsoft
copying allauth/socialaccount/providers/microsoft/views.py -> build/lib/allauth/socialaccount/providers/microsoft
copying allauth/socialaccount/providers/microsoft/__init__.py -> build/lib/allauth/socialaccount/providers/microsoft
creating build/lib/allauth/socialaccount/providers/xing
copying allauth/socialaccount/providers/xing/tests.py -> build/lib/allauth/socialaccount/providers/xing
copying allauth/socialaccount/providers/xing/provider.py -> build/lib/allauth/socialaccount/providers/xing
copying allauth/socialaccount/providers/xing/urls.py -> build/lib/allauth/socialaccount/providers/xing
copying allauth/socialaccount/providers/xing/views.py -> build/lib/allauth/socialaccount/providers/xing
copying allauth/socialaccount/providers/xing/__init__.py -> build/lib/allauth/socialaccount/providers/xing
creating build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/tests.py -> build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/provider.py -> build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/urls.py -> build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/views.py -> build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/conftest.py -> build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/utils.py -> build/lib/allauth/socialaccount/providers/saml
copying allauth/socialaccount/providers/saml/__init__.py -> build/lib/allauth/socialaccount/providers/saml
creating build/lib/allauth/socialaccount/providers/gitlab
copying allauth/socialaccount/providers/gitlab/tests.py -> build/lib/allauth/socialaccount/providers/gitlab
copying allauth/socialaccount/providers/gitlab/provider.py -> build/lib/allauth/socialaccount/providers/gitlab
copying allauth/socialaccount/providers/gitlab/urls.py -> build/lib/allauth/socialaccount/providers/gitlab
copying allauth/socialaccount/providers/gitlab/views.py -> build/lib/allauth/socialaccount/providers/gitlab
copying allauth/socialaccount/providers/gitlab/__init__.py -> build/lib/allauth/socialaccount/providers/gitlab
creating build/lib/allauth/socialaccount/providers/baidu
copying allauth/socialaccount/providers/baidu/tests.py -> build/lib/allauth/socialaccount/providers/baidu
copying allauth/socialaccount/providers/baidu/provider.py -> build/lib/allauth/socialaccount/providers/baidu
copying allauth/socialaccount/providers/baidu/urls.py -> build/lib/allauth/socialaccount/providers/baidu
copying allauth/socialaccount/providers/baidu/views.py -> build/lib/allauth/socialaccount/providers/baidu
copying allauth/socialaccount/providers/baidu/__init__.py -> build/lib/allauth/socialaccount/providers/baidu
creating build/lib/allauth/socialaccount/providers/douban
copying allauth/socialaccount/providers/douban/tests.py -> build/lib/allauth/socialaccount/providers/douban
copying allauth/socialaccount/providers/douban/provider.py -> build/lib/allauth/socialaccount/providers/douban
copying allauth/socialaccount/providers/douban/urls.py -> build/lib/allauth/socialaccount/providers/douban
copying allauth/socialaccount/providers/douban/views.py -> build/lib/allauth/socialaccount/providers/douban
copying allauth/socialaccount/providers/douban/__init__.py -> build/lib/allauth/socialaccount/providers/douban
creating build/lib/allauth/socialaccount/providers/oauth
copying allauth/socialaccount/providers/oauth/provider.py -> build/lib/allauth/socialaccount/providers/oauth
copying allauth/socialaccount/providers/oauth/urls.py -> build/lib/allauth/socialaccount/providers/oauth
copying allauth/socialaccount/providers/oauth/views.py -> build/lib/allauth/socialaccount/providers/oauth
copying allauth/socialaccount/providers/oauth/client.py -> build/lib/allauth/socialaccount/providers/oauth
copying allauth/socialaccount/providers/oauth/__init__.py -> build/lib/allauth/socialaccount/providers/oauth
creating build/lib/allauth/socialaccount/providers/foursquare
copying allauth/socialaccount/providers/foursquare/tests.py -> build/lib/allauth/socialaccount/providers/foursquare
copying allauth/socialaccount/providers/foursquare/provider.py -> build/lib/allauth/socialaccount/providers/foursquare
copying allauth/socialaccount/providers/foursquare/urls.py -> build/lib/allauth/socialaccount/providers/foursquare
copying allauth/socialaccount/providers/foursquare/views.py -> build/lib/allauth/socialaccount/providers/foursquare
copying allauth/socialaccount/providers/foursquare/__init__.py -> build/lib/allauth/socialaccount/providers/foursquare
creating build/lib/allauth/socialaccount/providers/twentythreeandme
copying allauth/socialaccount/providers/twentythreeandme/tests.py -> build/lib/allauth/socialaccount/providers/twentythreeandme
copying allauth/socialaccount/providers/twentythreeandme/provider.py -> build/lib/allauth/socialaccount/providers/twentythreeandme
copying allauth/socialaccount/providers/twentythreeandme/urls.py -> build/lib/allauth/socialaccount/providers/twentythreeandme
copying allauth/socialaccount/providers/twentythreeandme/views.py -> build/lib/allauth/socialaccount/providers/twentythreeandme
copying allauth/socialaccount/providers/twentythreeandme/__init__.py -> build/lib/allauth/socialaccount/providers/twentythreeandme
creating build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/tests.py -> build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/provider.py -> build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/urls.py -> build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/models.py -> build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/views.py -> build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/client.py -> build/lib/allauth/socialaccount/providers/pocket
copying allauth/socialaccount/providers/pocket/__init__.py -> build/lib/allauth/socialaccount/providers/pocket
creating build/lib/allauth/socialaccount/providers/agave
copying allauth/socialaccount/providers/agave/tests.py -> build/lib/allauth/socialaccount/providers/agave
copying allauth/socialaccount/providers/agave/provider.py -> build/lib/allauth/socialaccount/providers/agave
copying allauth/socialaccount/providers/agave/urls.py -> build/lib/allauth/socialaccount/providers/agave
copying allauth/socialaccount/providers/agave/views.py -> build/lib/allauth/socialaccount/providers/agave
copying allauth/socialaccount/providers/agave/__init__.py -> build/lib/allauth/socialaccount/providers/agave
creating build/lib/allauth/socialaccount/providers/notion
copying allauth/socialaccount/providers/notion/tests.py -> build/lib/allauth/socialaccount/providers/notion
copying allauth/socialaccount/providers/notion/provider.py -> build/lib/allauth/socialaccount/providers/notion
copying allauth/socialaccount/providers/notion/urls.py -> build/lib/allauth/socialaccount/providers/notion
copying allauth/socialaccount/providers/notion/views.py -> build/lib/allauth/socialaccount/providers/notion
copying allauth/socialaccount/providers/notion/client.py -> build/lib/allauth/socialaccount/providers/notion
copying allauth/socialaccount/providers/notion/__init__.py -> build/lib/allauth/socialaccount/providers/notion
creating build/lib/allauth/socialaccount/providers/feishu
copying allauth/socialaccount/providers/feishu/tests.py -> build/lib/allauth/socialaccount/providers/feishu
copying allauth/socialaccount/providers/feishu/provider.py -> build/lib/allauth/socialaccount/providers/feishu
copying allauth/socialaccount/providers/feishu/urls.py -> build/lib/allauth/socialaccount/providers/feishu
copying allauth/socialaccount/providers/feishu/views.py -> build/lib/allauth/socialaccount/providers/feishu
copying allauth/socialaccount/providers/feishu/client.py -> build/lib/allauth/socialaccount/providers/feishu
copying allauth/socialaccount/providers/feishu/__init__.py -> build/lib/allauth/socialaccount/providers/feishu
creating build/lib/allauth/socialaccount/providers/sharefile
copying allauth/socialaccount/providers/sharefile/tests.py -> build/lib/allauth/socialaccount/providers/sharefile
copying allauth/socialaccount/providers/sharefile/provider.py -> build/lib/allauth/socialaccount/providers/sharefile
copying allauth/socialaccount/providers/sharefile/urls.py -> build/lib/allauth/socialaccount/providers/sharefile
copying allauth/socialaccount/providers/sharefile/views.py -> build/lib/allauth/socialaccount/providers/sharefile
copying allauth/socialaccount/providers/sharefile/__init__.py -> build/lib/allauth/socialaccount/providers/sharefile
creating build/lib/allauth/socialaccount/providers/quickbooks
copying allauth/socialaccount/providers/quickbooks/tests.py -> build/lib/allauth/socialaccount/providers/quickbooks
copying allauth/socialaccount/providers/quickbooks/provider.py -> build/lib/allauth/socialaccount/providers/quickbooks
copying allauth/socialaccount/providers/quickbooks/urls.py -> build/lib/allauth/socialaccount/providers/quickbooks
copying allauth/socialaccount/providers/quickbooks/models.py -> build/lib/allauth/socialaccount/providers/quickbooks
copying allauth/socialaccount/providers/quickbooks/views.py -> build/lib/allauth/socialaccount/providers/quickbooks
copying allauth/socialaccount/providers/quickbooks/__init__.py -> build/lib/allauth/socialaccount/providers/quickbooks
creating build/lib/allauth/socialaccount/providers/tumblr
copying allauth/socialaccount/providers/tumblr/tests.py -> build/lib/allauth/socialaccount/providers/tumblr
copying allauth/socialaccount/providers/tumblr/provider.py -> build/lib/allauth/socialaccount/providers/tumblr
copying allauth/socialaccount/providers/tumblr/urls.py -> build/lib/allauth/socialaccount/providers/tumblr
copying allauth/socialaccount/providers/tumblr/views.py -> build/lib/allauth/socialaccount/providers/tumblr
copying allauth/socialaccount/providers/tumblr/__init__.py -> build/lib/allauth/socialaccount/providers/tumblr
creating build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/tests.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/provider.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/urls.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/models.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/views.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/admin.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/forms.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/utils.py -> build/lib/allauth/socialaccount/providers/openid
copying allauth/socialaccount/providers/openid/__init__.py -> build/lib/allauth/socialaccount/providers/openid
creating build/lib/allauth/socialaccount/providers/weibo
copying allauth/socialaccount/providers/weibo/tests.py -> build/lib/allauth/socialaccount/providers/weibo
copying allauth/socialaccount/providers/weibo/provider.py -> build/lib/allauth/socialaccount/providers/weibo
copying allauth/socialaccount/providers/weibo/urls.py -> build/lib/allauth/socialaccount/providers/weibo
copying allauth/socialaccount/providers/weibo/views.py -> build/lib/allauth/socialaccount/providers/weibo
copying allauth/socialaccount/providers/weibo/__init__.py -> build/lib/allauth/socialaccount/providers/weibo
creating build/lib/allauth/socialaccount/providers/google
copying allauth/socialaccount/providers/google/tests.py -> build/lib/allauth/socialaccount/providers/google
copying allauth/socialaccount/providers/google/provider.py -> build/lib/allauth/socialaccount/providers/google
copying allauth/socialaccount/providers/google/urls.py -> build/lib/allauth/socialaccount/providers/google
copying allauth/socialaccount/providers/google/views.py -> build/lib/allauth/socialaccount/providers/google
copying allauth/socialaccount/providers/google/__init__.py -> build/lib/allauth/socialaccount/providers/google
creating build/lib/allauth/socialaccount/providers/salesforce
copying allauth/socialaccount/providers/salesforce/tests.py -> build/lib/allauth/socialaccount/providers/salesforce
copying allauth/socialaccount/providers/salesforce/provider.py -> build/lib/allauth/socialaccount/providers/salesforce
copying allauth/socialaccount/providers/salesforce/urls.py -> build/lib/allauth/socialaccount/providers/salesforce
copying allauth/socialaccount/providers/salesforce/views.py -> build/lib/allauth/socialaccount/providers/salesforce
copying allauth/socialaccount/providers/salesforce/__init__.py -> build/lib/allauth/socialaccount/providers/salesforce
creating build/lib/allauth/socialaccount/providers/digitalocean
copying allauth/socialaccount/providers/digitalocean/tests.py -> build/lib/allauth/socialaccount/providers/digitalocean
copying allauth/socialaccount/providers/digitalocean/provider.py -> build/lib/allauth/socialaccount/providers/digitalocean
copying allauth/socialaccount/providers/digitalocean/urls.py -> build/lib/allauth/socialaccount/providers/digitalocean
copying allauth/socialaccount/providers/digitalocean/views.py -> build/lib/allauth/socialaccount/providers/digitalocean
copying allauth/socialaccount/providers/digitalocean/__init__.py -> build/lib/allauth/socialaccount/providers/digitalocean
creating build/lib/allauth/socialaccount/providers/untappd
copying allauth/socialaccount/providers/untappd/tests.py -> build/lib/allauth/socialaccount/providers/untappd
copying allauth/socialaccount/providers/untappd/provider.py -> build/lib/allauth/socialaccount/providers/untappd
copying allauth/socialaccount/providers/untappd/urls.py -> build/lib/allauth/socialaccount/providers/untappd
copying allauth/socialaccount/providers/untappd/views.py -> build/lib/allauth/socialaccount/providers/untappd
copying allauth/socialaccount/providers/untappd/client.py -> build/lib/allauth/socialaccount/providers/untappd
copying allauth/socialaccount/providers/untappd/__init__.py -> build/lib/allauth/socialaccount/providers/untappd
creating build/lib/allauth/socialaccount/providers/drip
copying allauth/socialaccount/providers/drip/tests.py -> build/lib/allauth/socialaccount/providers/drip
copying allauth/socialaccount/providers/drip/provider.py -> build/lib/allauth/socialaccount/providers/drip
copying allauth/socialaccount/providers/drip/urls.py -> build/lib/allauth/socialaccount/providers/drip
copying allauth/socialaccount/providers/drip/views.py -> build/lib/allauth/socialaccount/providers/drip
copying allauth/socialaccount/providers/drip/__init__.py -> build/lib/allauth/socialaccount/providers/drip
creating build/lib/allauth/socialaccount/providers/zoom
copying allauth/socialaccount/providers/zoom/tests.py -> build/lib/allauth/socialaccount/providers/zoom
copying allauth/socialaccount/providers/zoom/provider.py -> build/lib/allauth/socialaccount/providers/zoom
copying allauth/socialaccount/providers/zoom/urls.py -> build/lib/allauth/socialaccount/providers/zoom
copying allauth/socialaccount/providers/zoom/views.py -> build/lib/allauth/socialaccount/providers/zoom
copying allauth/socialaccount/providers/zoom/__init__.py -> build/lib/allauth/socialaccount/providers/zoom
creating build/lib/allauth/socialaccount/providers/stripe
copying allauth/socialaccount/providers/stripe/tests.py -> build/lib/allauth/socialaccount/providers/stripe
copying allauth/socialaccount/providers/stripe/provider.py -> build/lib/allauth/socialaccount/providers/stripe
copying allauth/socialaccount/providers/stripe/urls.py -> build/lib/allauth/socialaccount/providers/stripe
copying allauth/socialaccount/providers/stripe/views.py -> build/lib/allauth/socialaccount/providers/stripe
copying allauth/socialaccount/providers/stripe/__init__.py -> build/lib/allauth/socialaccount/providers/stripe
creating build/lib/allauth/socialaccount/providers/vimeo_oauth2
copying allauth/socialaccount/providers/vimeo_oauth2/tests.py -> build/lib/allauth/socialaccount/providers/vimeo_oauth2
copying allauth/socialaccount/providers/vimeo_oauth2/provider.py -> build/lib/allauth/socialaccount/providers/vimeo_oauth2
copying allauth/socialaccount/providers/vimeo_oauth2/urls.py -> build/lib/allauth/socialaccount/providers/vimeo_oauth2
copying allauth/socialaccount/providers/vimeo_oauth2/models.py -> build/lib/allauth/socialaccount/providers/vimeo_oauth2
copying allauth/socialaccount/providers/vimeo_oauth2/views.py -> build/lib/allauth/socialaccount/providers/vimeo_oauth2
copying allauth/socialaccount/providers/vimeo_oauth2/__init__.py -> build/lib/allauth/socialaccount/providers/vimeo_oauth2
creating build/lib/allauth/socialaccount/providers/strava
copying allauth/socialaccount/providers/strava/tests.py -> build/lib/allauth/socialaccount/providers/strava
copying allauth/socialaccount/providers/strava/provider.py -> build/lib/allauth/socialaccount/providers/strava
copying allauth/socialaccount/providers/strava/urls.py -> build/lib/allauth/socialaccount/providers/strava
copying allauth/socialaccount/providers/strava/views.py -> build/lib/allauth/socialaccount/providers/strava
copying allauth/socialaccount/providers/strava/__init__.py -> build/lib/allauth/socialaccount/providers/strava
creating build/lib/allauth/socialaccount/providers/robinhood
copying allauth/socialaccount/providers/robinhood/tests.py -> build/lib/allauth/socialaccount/providers/robinhood
copying allauth/socialaccount/providers/robinhood/provider.py -> build/lib/allauth/socialaccount/providers/robinhood
copying allauth/socialaccount/providers/robinhood/urls.py -> build/lib/allauth/socialaccount/providers/robinhood
copying allauth/socialaccount/providers/robinhood/views.py -> build/lib/allauth/socialaccount/providers/robinhood
copying allauth/socialaccount/providers/robinhood/__init__.py -> build/lib/allauth/socialaccount/providers/robinhood
creating build/lib/allauth/socialaccount/providers/twitter
copying allauth/socialaccount/providers/twitter/tests.py -> build/lib/allauth/socialaccount/providers/twitter
copying allauth/socialaccount/providers/twitter/provider.py -> build/lib/allauth/socialaccount/providers/twitter
copying allauth/socialaccount/providers/twitter/urls.py -> build/lib/allauth/socialaccount/providers/twitter
copying allauth/socialaccount/providers/twitter/views.py -> build/lib/allauth/socialaccount/providers/twitter
copying allauth/socialaccount/providers/twitter/__init__.py -> build/lib/allauth/socialaccount/providers/twitter
creating build/lib/allauth/socialaccount/providers/gitea
copying allauth/socialaccount/providers/gitea/tests.py -> build/lib/allauth/socialaccount/providers/gitea
copying allauth/socialaccount/providers/gitea/provider.py -> build/lib/allauth/socialaccount/providers/gitea
copying allauth/socialaccount/providers/gitea/urls.py -> build/lib/allauth/socialaccount/providers/gitea
copying allauth/socialaccount/providers/gitea/views.py -> build/lib/allauth/socialaccount/providers/gitea
copying allauth/socialaccount/providers/gitea/__init__.py -> build/lib/allauth/socialaccount/providers/gitea
creating build/lib/allauth/socialaccount/providers/dataporten
copying allauth/socialaccount/providers/dataporten/tests.py -> build/lib/allauth/socialaccount/providers/dataporten
copying allauth/socialaccount/providers/dataporten/provider.py -> build/lib/allauth/socialaccount/providers/dataporten
copying allauth/socialaccount/providers/dataporten/urls.py -> build/lib/allauth/socialaccount/providers/dataporten
copying allauth/socialaccount/providers/dataporten/models.py -> build/lib/allauth/socialaccount/providers/dataporten
copying allauth/socialaccount/providers/dataporten/views.py -> build/lib/allauth/socialaccount/providers/dataporten
copying allauth/socialaccount/providers/dataporten/__init__.py -> build/lib/allauth/socialaccount/providers/dataporten
creating build/lib/allauth/socialaccount/providers/discord
copying allauth/socialaccount/providers/discord/tests.py -> build/lib/allauth/socialaccount/providers/discord
copying allauth/socialaccount/providers/discord/provider.py -> build/lib/allauth/socialaccount/providers/discord
copying allauth/socialaccount/providers/discord/urls.py -> build/lib/allauth/socialaccount/providers/discord
copying allauth/socialaccount/providers/discord/views.py -> build/lib/allauth/socialaccount/providers/discord
copying allauth/socialaccount/providers/discord/__init__.py -> build/lib/allauth/socialaccount/providers/discord
creating build/lib/allauth/socialaccount/providers/trello
copying allauth/socialaccount/providers/trello/tests.py -> build/lib/allauth/socialaccount/providers/trello
copying allauth/socialaccount/providers/trello/provider.py -> build/lib/allauth/socialaccount/providers/trello
copying allauth/socialaccount/providers/trello/urls.py -> build/lib/allauth/socialaccount/providers/trello
copying allauth/socialaccount/providers/trello/views.py -> build/lib/allauth/socialaccount/providers/trello
copying allauth/socialaccount/providers/trello/__init__.py -> build/lib/allauth/socialaccount/providers/trello
creating build/lib/allauth/socialaccount/providers/nextcloud
copying allauth/socialaccount/providers/nextcloud/tests.py -> build/lib/allauth/socialaccount/providers/nextcloud
copying allauth/socialaccount/providers/nextcloud/provider.py -> build/lib/allauth/socialaccount/providers/nextcloud
copying allauth/socialaccount/providers/nextcloud/urls.py -> build/lib/allauth/socialaccount/providers/nextcloud
copying allauth/socialaccount/providers/nextcloud/views.py -> build/lib/allauth/socialaccount/providers/nextcloud
copying allauth/socialaccount/providers/nextcloud/__init__.py -> build/lib/allauth/socialaccount/providers/nextcloud
creating build/lib/allauth/socialaccount/providers/dingtalk
copying allauth/socialaccount/providers/dingtalk/tests.py -> build/lib/allauth/socialaccount/providers/dingtalk
copying allauth/socialaccount/providers/dingtalk/provider.py -> build/lib/allauth/socialaccount/providers/dingtalk
copying allauth/socialaccount/providers/dingtalk/urls.py -> build/lib/allauth/socialaccount/providers/dingtalk
copying allauth/socialaccount/providers/dingtalk/views.py -> build/lib/allauth/socialaccount/providers/dingtalk
copying allauth/socialaccount/providers/dingtalk/client.py -> build/lib/allauth/socialaccount/providers/dingtalk
copying allauth/socialaccount/providers/dingtalk/__init__.py -> build/lib/allauth/socialaccount/providers/dingtalk
creating build/lib/allauth/socialaccount/providers/edmodo
copying allauth/socialaccount/providers/edmodo/tests.py -> build/lib/allauth/socialaccount/providers/edmodo
copying allauth/socialaccount/providers/edmodo/provider.py -> build/lib/allauth/socialaccount/providers/edmodo
copying allauth/socialaccount/providers/edmodo/urls.py -> build/lib/allauth/socialaccount/providers/edmodo
copying allauth/socialaccount/providers/edmodo/views.py -> build/lib/allauth/socialaccount/providers/edmodo
copying allauth/socialaccount/providers/edmodo/__init__.py -> build/lib/allauth/socialaccount/providers/edmodo
creating build/lib/allauth/socialaccount/providers/figma
copying allauth/socialaccount/providers/figma/tests.py -> build/lib/allauth/socialaccount/providers/figma
copying allauth/socialaccount/providers/figma/provider.py -> build/lib/allauth/socialaccount/providers/figma
copying allauth/socialaccount/providers/figma/urls.py -> build/lib/allauth/socialaccount/providers/figma
copying allauth/socialaccount/providers/figma/views.py -> build/lib/allauth/socialaccount/providers/figma
copying allauth/socialaccount/providers/figma/__init__.py -> build/lib/allauth/socialaccount/providers/figma
creating build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/tests.py -> build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/provider.py -> build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/urls.py -> build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/models.py -> build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/views.py -> build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/constants.py -> build/lib/allauth/socialaccount/providers/snapchat
copying allauth/socialaccount/providers/snapchat/__init__.py -> build/lib/allauth/socialaccount/providers/snapchat
creating build/lib/allauth/socialaccount/providers/basecamp
copying allauth/socialaccount/providers/basecamp/tests.py -> build/lib/allauth/socialaccount/providers/basecamp
copying allauth/socialaccount/providers/basecamp/provider.py -> build/lib/allauth/socialaccount/providers/basecamp
copying allauth/socialaccount/providers/basecamp/urls.py -> build/lib/allauth/socialaccount/providers/basecamp
copying allauth/socialaccount/providers/basecamp/views.py -> build/lib/allauth/socialaccount/providers/basecamp
copying allauth/socialaccount/providers/basecamp/__init__.py -> build/lib/allauth/socialaccount/providers/basecamp
creating build/lib/allauth/socialaccount/providers/orcid
copying allauth/socialaccount/providers/orcid/tests.py -> build/lib/allauth/socialaccount/providers/orcid
copying allauth/socialaccount/providers/orcid/provider.py -> build/lib/allauth/socialaccount/providers/orcid
copying allauth/socialaccount/providers/orcid/urls.py -> build/lib/allauth/socialaccount/providers/orcid
copying allauth/socialaccount/providers/orcid/views.py -> build/lib/allauth/socialaccount/providers/orcid
copying allauth/socialaccount/providers/orcid/__init__.py -> build/lib/allauth/socialaccount/providers/orcid
creating build/lib/allauth/socialaccount/providers/hubic
copying allauth/socialaccount/providers/hubic/tests.py -> build/lib/allauth/socialaccount/providers/hubic
copying allauth/socialaccount/providers/hubic/provider.py -> build/lib/allauth/socialaccount/providers/hubic
copying allauth/socialaccount/providers/hubic/urls.py -> build/lib/allauth/socialaccount/providers/hubic
copying allauth/socialaccount/providers/hubic/views.py -> build/lib/allauth/socialaccount/providers/hubic
copying allauth/socialaccount/providers/hubic/__init__.py -> build/lib/allauth/socialaccount/providers/hubic
creating build/lib/allauth/socialaccount/providers/vimeo
copying allauth/socialaccount/providers/vimeo/tests.py -> build/lib/allauth/socialaccount/providers/vimeo
copying allauth/socialaccount/providers/vimeo/provider.py -> build/lib/allauth/socialaccount/providers/vimeo
copying allauth/socialaccount/providers/vimeo/urls.py -> build/lib/allauth/socialaccount/providers/vimeo
copying allauth/socialaccount/providers/vimeo/views.py -> build/lib/allauth/socialaccount/providers/vimeo
copying allauth/socialaccount/providers/vimeo/__init__.py -> build/lib/allauth/socialaccount/providers/vimeo
creating build/lib/allauth/socialaccount/providers/shopify
copying allauth/socialaccount/providers/shopify/tests.py -> build/lib/allauth/socialaccount/providers/shopify
copying allauth/socialaccount/providers/shopify/provider.py -> build/lib/allauth/socialaccount/providers/shopify
copying allauth/socialaccount/providers/shopify/urls.py -> build/lib/allauth/socialaccount/providers/shopify
copying allauth/socialaccount/providers/shopify/views.py -> build/lib/allauth/socialaccount/providers/shopify
copying allauth/socialaccount/providers/shopify/__init__.py -> build/lib/allauth/socialaccount/providers/shopify
creating build/lib/allauth/socialaccount/providers/miro
copying allauth/socialaccount/providers/miro/tests.py -> build/lib/allauth/socialaccount/providers/miro
copying allauth/socialaccount/providers/miro/provider.py -> build/lib/allauth/socialaccount/providers/miro
copying allauth/socialaccount/providers/miro/urls.py -> build/lib/allauth/socialaccount/providers/miro
copying allauth/socialaccount/providers/miro/views.py -> build/lib/allauth/socialaccount/providers/miro
copying allauth/socialaccount/providers/miro/__init__.py -> build/lib/allauth/socialaccount/providers/miro
creating build/lib/allauth/socialaccount/providers/tumblr_oauth2
copying allauth/socialaccount/providers/tumblr_oauth2/tests.py -> build/lib/allauth/socialaccount/providers/tumblr_oauth2
copying allauth/socialaccount/providers/tumblr_oauth2/provider.py -> build/lib/allauth/socialaccount/providers/tumblr_oauth2
copying allauth/socialaccount/providers/tumblr_oauth2/urls.py -> build/lib/allauth/socialaccount/providers/tumblr_oauth2
copying allauth/socialaccount/providers/tumblr_oauth2/views.py -> build/lib/allauth/socialaccount/providers/tumblr_oauth2
copying allauth/socialaccount/providers/tumblr_oauth2/__init__.py -> build/lib/allauth/socialaccount/providers/tumblr_oauth2
creating build/lib/allauth/socialaccount/providers/coinbase
copying allauth/socialaccount/providers/coinbase/tests.py -> build/lib/allauth/socialaccount/providers/coinbase
copying allauth/socialaccount/providers/coinbase/provider.py -> build/lib/allauth/socialaccount/providers/coinbase
copying allauth/socialaccount/providers/coinbase/urls.py -> build/lib/allauth/socialaccount/providers/coinbase
copying allauth/socialaccount/providers/coinbase/views.py -> build/lib/allauth/socialaccount/providers/coinbase
copying allauth/socialaccount/providers/coinbase/__init__.py -> build/lib/allauth/socialaccount/providers/coinbase
creating build/lib/allauth/socialaccount/providers/frontier
copying allauth/socialaccount/providers/frontier/tests.py -> build/lib/allauth/socialaccount/providers/frontier
copying allauth/socialaccount/providers/frontier/provider.py -> build/lib/allauth/socialaccount/providers/frontier
copying allauth/socialaccount/providers/frontier/urls.py -> build/lib/allauth/socialaccount/providers/frontier
copying allauth/socialaccount/providers/frontier/views.py -> build/lib/allauth/socialaccount/providers/frontier
copying allauth/socialaccount/providers/frontier/__init__.py -> build/lib/allauth/socialaccount/providers/frontier
creating build/lib/allauth/socialaccount/providers/bitly
copying allauth/socialaccount/providers/bitly/tests.py -> build/lib/allauth/socialaccount/providers/bitly
copying allauth/socialaccount/providers/bitly/provider.py -> build/lib/allauth/socialaccount/providers/bitly
copying allauth/socialaccount/providers/bitly/urls.py -> build/lib/allauth/socialaccount/providers/bitly
copying allauth/socialaccount/providers/bitly/views.py -> build/lib/allauth/socialaccount/providers/bitly
copying allauth/socialaccount/providers/bitly/__init__.py -> build/lib/allauth/socialaccount/providers/bitly
creating build/lib/allauth/socialaccount/providers/trainingpeaks
copying allauth/socialaccount/providers/trainingpeaks/tests.py -> build/lib/allauth/socialaccount/providers/trainingpeaks
copying allauth/socialaccount/providers/trainingpeaks/provider.py -> build/lib/allauth/socialaccount/providers/trainingpeaks
copying allauth/socialaccount/providers/trainingpeaks/urls.py -> build/lib/allauth/socialaccount/providers/trainingpeaks
copying allauth/socialaccount/providers/trainingpeaks/views.py -> build/lib/allauth/socialaccount/providers/trainingpeaks
copying allauth/socialaccount/providers/trainingpeaks/__init__.py -> build/lib/allauth/socialaccount/providers/trainingpeaks
creating build/lib/allauth/socialaccount/providers/slack
copying allauth/socialaccount/providers/slack/tests.py -> build/lib/allauth/socialaccount/providers/slack
copying allauth/socialaccount/providers/slack/provider.py -> build/lib/allauth/socialaccount/providers/slack
copying allauth/socialaccount/providers/slack/urls.py -> build/lib/allauth/socialaccount/providers/slack
copying allauth/socialaccount/providers/slack/models.py -> build/lib/allauth/socialaccount/providers/slack
copying allauth/socialaccount/providers/slack/views.py -> build/lib/allauth/socialaccount/providers/slack
copying allauth/socialaccount/providers/slack/__init__.py -> build/lib/allauth/socialaccount/providers/slack
creating build/lib/allauth/socialaccount/providers/linkedin_oauth2
copying allauth/socialaccount/providers/linkedin_oauth2/tests.py -> build/lib/allauth/socialaccount/providers/linkedin_oauth2
copying allauth/socialaccount/providers/linkedin_oauth2/provider.py -> build/lib/allauth/socialaccount/providers/linkedin_oauth2
copying allauth/socialaccount/providers/linkedin_oauth2/urls.py -> build/lib/allauth/socialaccount/providers/linkedin_oauth2
copying allauth/socialaccount/providers/linkedin_oauth2/views.py -> build/lib/allauth/socialaccount/providers/linkedin_oauth2
copying allauth/socialaccount/providers/linkedin_oauth2/__init__.py -> build/lib/allauth/socialaccount/providers/linkedin_oauth2
creating build/lib/allauth/socialaccount/providers/soundcloud
copying allauth/socialaccount/providers/soundcloud/tests.py -> build/lib/allauth/socialaccount/providers/soundcloud
copying allauth/socialaccount/providers/soundcloud/provider.py -> build/lib/allauth/socialaccount/providers/soundcloud
copying allauth/socialaccount/providers/soundcloud/urls.py -> build/lib/allauth/socialaccount/providers/soundcloud
copying allauth/socialaccount/providers/soundcloud/views.py -> build/lib/allauth/socialaccount/providers/soundcloud
copying allauth/socialaccount/providers/soundcloud/__init__.py -> build/lib/allauth/socialaccount/providers/soundcloud
creating build/lib/allauth/socialaccount/providers/questrade
copying allauth/socialaccount/providers/questrade/tests.py -> build/lib/allauth/socialaccount/providers/questrade
copying allauth/socialaccount/providers/questrade/provider.py -> build/lib/allauth/socialaccount/providers/questrade
copying allauth/socialaccount/providers/questrade/urls.py -> build/lib/allauth/socialaccount/providers/questrade
copying allauth/socialaccount/providers/questrade/views.py -> build/lib/allauth/socialaccount/providers/questrade
copying allauth/socialaccount/providers/questrade/__init__.py -> build/lib/allauth/socialaccount/providers/questrade
creating build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/tests.py -> build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/provider.py -> build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/urls.py -> build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/models.py -> build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/views.py -> build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/constants.py -> build/lib/allauth/socialaccount/providers/patreon
copying allauth/socialaccount/providers/patreon/__init__.py -> build/lib/allauth/socialaccount/providers/patreon
creating build/lib/allauth/socialaccount/providers/dropbox
copying allauth/socialaccount/providers/dropbox/tests.py -> build/lib/allauth/socialaccount/providers/dropbox
copying allauth/socialaccount/providers/dropbox/provider.py -> build/lib/allauth/socialaccount/providers/dropbox
copying allauth/socialaccount/providers/dropbox/urls.py -> build/lib/allauth/socialaccount/providers/dropbox
copying allauth/socialaccount/providers/dropbox/views.py -> build/lib/allauth/socialaccount/providers/dropbox
copying allauth/socialaccount/providers/dropbox/__init__.py -> build/lib/allauth/socialaccount/providers/dropbox
creating build/lib/allauth/socialaccount/providers/jupyterhub
copying allauth/socialaccount/providers/jupyterhub/tests.py -> build/lib/allauth/socialaccount/providers/jupyterhub
copying allauth/socialaccount/providers/jupyterhub/provider.py -> build/lib/allauth/socialaccount/providers/jupyterhub
copying allauth/socialaccount/providers/jupyterhub/urls.py -> build/lib/allauth/socialaccount/providers/jupyterhub
copying allauth/socialaccount/providers/jupyterhub/views.py -> build/lib/allauth/socialaccount/providers/jupyterhub
copying allauth/socialaccount/providers/jupyterhub/__init__.py -> build/lib/allauth/socialaccount/providers/jupyterhub
creating build/lib/allauth/socialaccount/providers/kakao
copying allauth/socialaccount/providers/kakao/tests.py -> build/lib/allauth/socialaccount/providers/kakao
copying allauth/socialaccount/providers/kakao/provider.py -> build/lib/allauth/socialaccount/providers/kakao
copying allauth/socialaccount/providers/kakao/urls.py -> build/lib/allauth/socialaccount/providers/kakao
copying allauth/socialaccount/providers/kakao/models.py -> build/lib/allauth/socialaccount/providers/kakao
copying allauth/socialaccount/providers/kakao/views.py -> build/lib/allauth/socialaccount/providers/kakao
copying allauth/socialaccount/providers/kakao/__init__.py -> build/lib/allauth/socialaccount/providers/kakao
creating build/lib/allauth/socialaccount/providers/bitbucket_oauth2
copying allauth/socialaccount/providers/bitbucket_oauth2/tests.py -> build/lib/allauth/socialaccount/providers/bitbucket_oauth2
copying allauth/socialaccount/providers/bitbucket_oauth2/provider.py -> build/lib/allauth/socialaccount/providers/bitbucket_oauth2
copying allauth/socialaccount/providers/bitbucket_oauth2/urls.py -> build/lib/allauth/socialaccount/providers/bitbucket_oauth2
copying allauth/socialaccount/providers/bitbucket_oauth2/views.py -> build/lib/allauth/socialaccount/providers/bitbucket_oauth2
copying allauth/socialaccount/providers/bitbucket_oauth2/__init__.py -> build/lib/allauth/socialaccount/providers/bitbucket_oauth2
creating build/lib/allauth/socialaccount/providers/hubspot
copying allauth/socialaccount/providers/hubspot/tests.py -> build/lib/allauth/socialaccount/providers/hubspot
copying allauth/socialaccount/providers/hubspot/provider.py -> build/lib/allauth/socialaccount/providers/hubspot
copying allauth/socialaccount/providers/hubspot/urls.py -> build/lib/allauth/socialaccount/providers/hubspot
copying allauth/socialaccount/providers/hubspot/views.py -> build/lib/allauth/socialaccount/providers/hubspot
copying allauth/socialaccount/providers/hubspot/__init__.py -> build/lib/allauth/socialaccount/providers/hubspot
creating build/lib/allauth/socialaccount/providers/openid_connect
copying allauth/socialaccount/providers/openid_connect/tests.py -> build/lib/allauth/socialaccount/providers/openid_connect
copying allauth/socialaccount/providers/openid_connect/provider.py -> build/lib/allauth/socialaccount/providers/openid_connect
copying allauth/socialaccount/providers/openid_connect/urls.py -> build/lib/allauth/socialaccount/providers/openid_connect
copying allauth/socialaccount/providers/openid_connect/views.py -> build/lib/allauth/socialaccount/providers/openid_connect
copying allauth/socialaccount/providers/openid_connect/__init__.py -> build/lib/allauth/socialaccount/providers/openid_connect
creating build/lib/allauth/socialaccount/providers/daum
copying allauth/socialaccount/providers/daum/tests.py -> build/lib/allauth/socialaccount/providers/daum
copying allauth/socialaccount/providers/daum/provider.py -> build/lib/allauth/socialaccount/providers/daum
copying allauth/socialaccount/providers/daum/urls.py -> build/lib/allauth/socialaccount/providers/daum
copying allauth/socialaccount/providers/daum/models.py -> build/lib/allauth/socialaccount/providers/daum
copying allauth/socialaccount/providers/daum/views.py -> build/lib/allauth/socialaccount/providers/daum
copying allauth/socialaccount/providers/daum/__init__.py -> build/lib/allauth/socialaccount/providers/daum
creating build/lib/allauth/socialaccount/providers/line
copying allauth/socialaccount/providers/line/tests.py -> build/lib/allauth/socialaccount/providers/line
copying allauth/socialaccount/providers/line/provider.py -> build/lib/allauth/socialaccount/providers/line
copying allauth/socialaccount/providers/line/urls.py -> build/lib/allauth/socialaccount/providers/line
copying allauth/socialaccount/providers/line/models.py -> build/lib/allauth/socialaccount/providers/line
copying allauth/socialaccount/providers/line/views.py -> build/lib/allauth/socialaccount/providers/line
copying allauth/socialaccount/providers/line/__init__.py -> build/lib/allauth/socialaccount/providers/line
creating build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/tests.py -> build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/provider.py -> build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/urls.py -> build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/models.py -> build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/views.py -> build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/constants.py -> build/lib/allauth/socialaccount/providers/fxa
copying allauth/socialaccount/providers/fxa/__init__.py -> build/lib/allauth/socialaccount/providers/fxa
creating build/lib/allauth/socialaccount/providers/globus
copying allauth/socialaccount/providers/globus/tests.py -> build/lib/allauth/socialaccount/providers/globus
copying allauth/socialaccount/providers/globus/provider.py -> build/lib/allauth/socialaccount/providers/globus
copying allauth/socialaccount/providers/globus/urls.py -> build/lib/allauth/socialaccount/providers/globus
copying allauth/socialaccount/providers/globus/views.py -> build/lib/allauth/socialaccount/providers/globus
copying allauth/socialaccount/providers/globus/__init__.py -> build/lib/allauth/socialaccount/providers/globus
creating build/lib/allauth/socialaccount/providers/netiq
copying allauth/socialaccount/providers/netiq/tests.py -> build/lib/allauth/socialaccount/providers/netiq
copying allauth/socialaccount/providers/netiq/provider.py -> build/lib/allauth/socialaccount/providers/netiq
copying allauth/socialaccount/providers/netiq/urls.py -> build/lib/allauth/socialaccount/providers/netiq
copying allauth/socialaccount/providers/netiq/views.py -> build/lib/allauth/socialaccount/providers/netiq
copying allauth/socialaccount/providers/netiq/__init__.py -> build/lib/allauth/socialaccount/providers/netiq
creating build/lib/allauth/socialaccount/providers/doximity
copying allauth/socialaccount/providers/doximity/tests.py -> build/lib/allauth/socialaccount/providers/doximity
copying allauth/socialaccount/providers/doximity/provider.py -> build/lib/allauth/socialaccount/providers/doximity
copying allauth/socialaccount/providers/doximity/urls.py -> build/lib/allauth/socialaccount/providers/doximity
copying allauth/socialaccount/providers/doximity/views.py -> build/lib/allauth/socialaccount/providers/doximity
copying allauth/socialaccount/providers/doximity/__init__.py -> build/lib/allauth/socialaccount/providers/doximity
creating build/lib/allauth/socialaccount/providers/fivehundredpx
copying allauth/socialaccount/providers/fivehundredpx/tests.py -> build/lib/allauth/socialaccount/providers/fivehundredpx
copying allauth/socialaccount/providers/fivehundredpx/provider.py -> build/lib/allauth/socialaccount/providers/fivehundredpx
copying allauth/socialaccount/providers/fivehundredpx/urls.py -> build/lib/allauth/socialaccount/providers/fivehundredpx
copying allauth/socialaccount/providers/fivehundredpx/models.py -> build/lib/allauth/socialaccount/providers/fivehundredpx
copying allauth/socialaccount/providers/fivehundredpx/views.py -> build/lib/allauth/socialaccount/providers/fivehundredpx
copying allauth/socialaccount/providers/fivehundredpx/__init__.py -> build/lib/allauth/socialaccount/providers/fivehundredpx
creating build/lib/allauth/socialaccount/providers/eveonline
copying allauth/socialaccount/providers/eveonline/tests.py -> build/lib/allauth/socialaccount/providers/eveonline
copying allauth/socialaccount/providers/eveonline/provider.py -> build/lib/allauth/socialaccount/providers/eveonline
copying allauth/socialaccount/providers/eveonline/urls.py -> build/lib/allauth/socialaccount/providers/eveonline
copying allauth/socialaccount/providers/eveonline/views.py -> build/lib/allauth/socialaccount/providers/eveonline
copying allauth/socialaccount/providers/eveonline/__init__.py -> build/lib/allauth/socialaccount/providers/eveonline
creating build/lib/allauth/socialaccount/providers/authentiq
copying allauth/socialaccount/providers/authentiq/tests.py -> build/lib/allauth/socialaccount/providers/authentiq
copying allauth/socialaccount/providers/authentiq/provider.py -> build/lib/allauth/socialaccount/providers/authentiq
copying allauth/socialaccount/providers/authentiq/urls.py -> build/lib/allauth/socialaccount/providers/authentiq
copying allauth/socialaccount/providers/authentiq/views.py -> build/lib/allauth/socialaccount/providers/authentiq
copying allauth/socialaccount/providers/authentiq/__init__.py -> build/lib/allauth/socialaccount/providers/authentiq
creating build/lib/allauth/socialaccount/providers/base
copying allauth/socialaccount/providers/base/provider.py -> build/lib/allauth/socialaccount/providers/base
copying allauth/socialaccount/providers/base/views.py -> build/lib/allauth/socialaccount/providers/base
copying allauth/socialaccount/providers/base/constants.py -> build/lib/allauth/socialaccount/providers/base
copying allauth/socialaccount/providers/base/utils.py -> build/lib/allauth/socialaccount/providers/base
copying allauth/socialaccount/providers/base/__init__.py -> build/lib/allauth/socialaccount/providers/base
creating build/lib/allauth/socialaccount/providers/exist
copying allauth/socialaccount/providers/exist/tests.py -> build/lib/allauth/socialaccount/providers/exist
copying allauth/socialaccount/providers/exist/provider.py -> build/lib/allauth/socialaccount/providers/exist
copying allauth/socialaccount/providers/exist/urls.py -> build/lib/allauth/socialaccount/providers/exist
copying allauth/socialaccount/providers/exist/views.py -> build/lib/allauth/socialaccount/providers/exist
copying allauth/socialaccount/providers/exist/__init__.py -> build/lib/allauth/socialaccount/providers/exist
creating build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/tests.py -> build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/provider.py -> build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/urls.py -> build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/views.py -> build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/scope.py -> build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/client.py -> build/lib/allauth/socialaccount/providers/tiktok
copying allauth/socialaccount/providers/tiktok/__init__.py -> build/lib/allauth/socialaccount/providers/tiktok
creating build/lib/allauth/socialaccount/providers/flickr
copying allauth/socialaccount/providers/flickr/tests.py -> build/lib/allauth/socialaccount/providers/flickr
copying allauth/socialaccount/providers/flickr/provider.py -> build/lib/allauth/socialaccount/providers/flickr
copying allauth/socialaccount/providers/flickr/urls.py -> build/lib/allauth/socialaccount/providers/flickr
copying allauth/socialaccount/providers/flickr/views.py -> build/lib/allauth/socialaccount/providers/flickr
copying allauth/socialaccount/providers/flickr/__init__.py -> build/lib/allauth/socialaccount/providers/flickr
creating build/lib/allauth/socialaccount/providers/evernote
copying allauth/socialaccount/providers/evernote/tests.py -> build/lib/allauth/socialaccount/providers/evernote
copying allauth/socialaccount/providers/evernote/provider.py -> build/lib/allauth/socialaccount/providers/evernote
copying allauth/socialaccount/providers/evernote/urls.py -> build/lib/allauth/socialaccount/providers/evernote
copying allauth/socialaccount/providers/evernote/views.py -> build/lib/allauth/socialaccount/providers/evernote
copying allauth/socialaccount/providers/evernote/__init__.py -> build/lib/allauth/socialaccount/providers/evernote
creating build/lib/allauth/socialaccount/providers/telegram
copying allauth/socialaccount/providers/telegram/tests.py -> build/lib/allauth/socialaccount/providers/telegram
copying allauth/socialaccount/providers/telegram/provider.py -> build/lib/allauth/socialaccount/providers/telegram
copying allauth/socialaccount/providers/telegram/urls.py -> build/lib/allauth/socialaccount/providers/telegram
copying allauth/socialaccount/providers/telegram/views.py -> build/lib/allauth/socialaccount/providers/telegram
copying allauth/socialaccount/providers/telegram/__init__.py -> build/lib/allauth/socialaccount/providers/telegram
creating build/lib/allauth/socialaccount/providers/twitch
copying allauth/socialaccount/providers/twitch/tests.py -> build/lib/allauth/socialaccount/providers/twitch
copying allauth/socialaccount/providers/twitch/provider.py -> build/lib/allauth/socialaccount/providers/twitch
copying allauth/socialaccount/providers/twitch/urls.py -> build/lib/allauth/socialaccount/providers/twitch
copying allauth/socialaccount/providers/twitch/views.py -> build/lib/allauth/socialaccount/providers/twitch
copying allauth/socialaccount/providers/twitch/__init__.py -> build/lib/allauth/socialaccount/providers/twitch
creating build/lib/allauth/socialaccount/providers/amazon_cognito
copying allauth/socialaccount/providers/amazon_cognito/tests.py -> build/lib/allauth/socialaccount/providers/amazon_cognito
copying allauth/socialaccount/providers/amazon_cognito/provider.py -> build/lib/allauth/socialaccount/providers/amazon_cognito
copying allauth/socialaccount/providers/amazon_cognito/urls.py -> build/lib/allauth/socialaccount/providers/amazon_cognito
copying allauth/socialaccount/providers/amazon_cognito/views.py -> build/lib/allauth/socialaccount/providers/amazon_cognito
copying allauth/socialaccount/providers/amazon_cognito/utils.py -> build/lib/allauth/socialaccount/providers/amazon_cognito
copying allauth/socialaccount/providers/amazon_cognito/__init__.py -> build/lib/allauth/socialaccount/providers/amazon_cognito
creating build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/tests.py -> build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/provider.py -> build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/urls.py -> build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/models.py -> build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/views.py -> build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/validators.py -> build/lib/allauth/socialaccount/providers/battlenet
copying allauth/socialaccount/providers/battlenet/__init__.py -> build/lib/allauth/socialaccount/providers/battlenet
creating build/lib/allauth/socialaccount/providers/odnoklassniki
copying allauth/socialaccount/providers/odnoklassniki/tests.py -> build/lib/allauth/socialaccount/providers/odnoklassniki
copying allauth/socialaccount/providers/odnoklassniki/provider.py -> build/lib/allauth/socialaccount/providers/odnoklassniki
copying allauth/socialaccount/providers/odnoklassniki/urls.py -> build/lib/allauth/socialaccount/providers/odnoklassniki
copying allauth/socialaccount/providers/odnoklassniki/views.py -> build/lib/allauth/socialaccount/providers/odnoklassniki
copying allauth/socialaccount/providers/odnoklassniki/__init__.py -> build/lib/allauth/socialaccount/providers/odnoklassniki
creating build/lib/allauth/socialaccount/providers/naver
copying allauth/socialaccount/providers/naver/tests.py -> build/lib/allauth/socialaccount/providers/naver
copying allauth/socialaccount/providers/naver/provider.py -> build/lib/allauth/socialaccount/providers/naver
copying allauth/socialaccount/providers/naver/urls.py -> build/lib/allauth/socialaccount/providers/naver
copying allauth/socialaccount/providers/naver/models.py -> build/lib/allauth/socialaccount/providers/naver
copying allauth/socialaccount/providers/naver/views.py -> build/lib/allauth/socialaccount/providers/naver
copying allauth/socialaccount/providers/naver/__init__.py -> build/lib/allauth/socialaccount/providers/naver
creating build/lib/allauth/socialaccount/providers/weixin
copying allauth/socialaccount/providers/weixin/tests.py -> build/lib/allauth/socialaccount/providers/weixin
copying allauth/socialaccount/providers/weixin/provider.py -> build/lib/allauth/socialaccount/providers/weixin
copying allauth/socialaccount/providers/weixin/urls.py -> build/lib/allauth/socialaccount/providers/weixin
copying allauth/socialaccount/providers/weixin/views.py -> build/lib/allauth/socialaccount/providers/weixin
copying allauth/socialaccount/providers/weixin/client.py -> build/lib/allauth/socialaccount/providers/weixin
copying allauth/socialaccount/providers/weixin/__init__.py -> build/lib/allauth/socialaccount/providers/weixin
creating build/lib/allauth/socialaccount/providers/feedly
copying allauth/socialaccount/providers/feedly/tests.py -> build/lib/allauth/socialaccount/providers/feedly
copying allauth/socialaccount/providers/feedly/provider.py -> build/lib/allauth/socialaccount/providers/feedly
copying allauth/socialaccount/providers/feedly/urls.py -> build/lib/allauth/socialaccount/providers/feedly
copying allauth/socialaccount/providers/feedly/views.py -> build/lib/allauth/socialaccount/providers/feedly
copying allauth/socialaccount/providers/feedly/__init__.py -> build/lib/allauth/socialaccount/providers/feedly
creating build/lib/allauth/socialaccount/providers/instagram
copying allauth/socialaccount/providers/instagram/tests.py -> build/lib/allauth/socialaccount/providers/instagram
copying allauth/socialaccount/providers/instagram/provider.py -> build/lib/allauth/socialaccount/providers/instagram
copying allauth/socialaccount/providers/instagram/urls.py -> build/lib/allauth/socialaccount/providers/instagram
copying allauth/socialaccount/providers/instagram/views.py -> build/lib/allauth/socialaccount/providers/instagram
copying allauth/socialaccount/providers/instagram/__init__.py -> build/lib/allauth/socialaccount/providers/instagram
creating build/lib/allauth/socialaccount/providers/twitter_oauth2
copying allauth/socialaccount/providers/twitter_oauth2/tests.py -> build/lib/allauth/socialaccount/providers/twitter_oauth2
copying allauth/socialaccount/providers/twitter_oauth2/provider.py -> build/lib/allauth/socialaccount/providers/twitter_oauth2
copying allauth/socialaccount/providers/twitter_oauth2/urls.py -> build/lib/allauth/socialaccount/providers/twitter_oauth2
copying allauth/socialaccount/providers/twitter_oauth2/views.py -> build/lib/allauth/socialaccount/providers/twitter_oauth2
copying allauth/socialaccount/providers/twitter_oauth2/__init__.py -> build/lib/allauth/socialaccount/providers/twitter_oauth2
creating build/lib/allauth/socialaccount/providers/yandex
copying allauth/socialaccount/providers/yandex/tests.py -> build/lib/allauth/socialaccount/providers/yandex
copying allauth/socialaccount/providers/yandex/provider.py -> build/lib/allauth/socialaccount/providers/yandex
copying allauth/socialaccount/providers/yandex/urls.py -> build/lib/allauth/socialaccount/providers/yandex
copying allauth/socialaccount/providers/yandex/views.py -> build/lib/allauth/socialaccount/providers/yandex
copying allauth/socialaccount/providers/yandex/__init__.py -> build/lib/allauth/socialaccount/providers/yandex
creating build/lib/allauth/socialaccount/providers/auth0
copying allauth/socialaccount/providers/auth0/tests.py -> build/lib/allauth/socialaccount/providers/auth0
copying allauth/socialaccount/providers/auth0/provider.py -> build/lib/allauth/socialaccount/providers/auth0
copying allauth/socialaccount/providers/auth0/urls.py -> build/lib/allauth/socialaccount/providers/auth0
copying allauth/socialaccount/providers/auth0/views.py -> build/lib/allauth/socialaccount/providers/auth0
copying allauth/socialaccount/providers/auth0/__init__.py -> build/lib/allauth/socialaccount/providers/auth0
creating build/lib/allauth/socialaccount/providers/spotify
copying allauth/socialaccount/providers/spotify/tests.py -> build/lib/allauth/socialaccount/providers/spotify
copying allauth/socialaccount/providers/spotify/provider.py -> build/lib/allauth/socialaccount/providers/spotify
copying allauth/socialaccount/providers/spotify/urls.py -> build/lib/allauth/socialaccount/providers/spotify
copying allauth/socialaccount/providers/spotify/views.py -> build/lib/allauth/socialaccount/providers/spotify
copying allauth/socialaccount/providers/spotify/__init__.py -> build/lib/allauth/socialaccount/providers/spotify
creating build/lib/allauth/socialaccount/providers/dummy
copying allauth/socialaccount/providers/dummy/tests.py -> build/lib/allauth/socialaccount/providers/dummy
copying allauth/socialaccount/providers/dummy/provider.py -> build/lib/allauth/socialaccount/providers/dummy
copying allauth/socialaccount/providers/dummy/urls.py -> build/lib/allauth/socialaccount/providers/dummy
copying allauth/socialaccount/providers/dummy/views.py -> build/lib/allauth/socialaccount/providers/dummy
copying allauth/socialaccount/providers/dummy/forms.py -> build/lib/allauth/socialaccount/providers/dummy
copying allauth/socialaccount/providers/dummy/__init__.py -> build/lib/allauth/socialaccount/providers/dummy
creating build/lib/allauth/socialaccount/providers/dwolla
copying allauth/socialaccount/providers/dwolla/tests.py -> build/lib/allauth/socialaccount/providers/dwolla
copying allauth/socialaccount/providers/dwolla/provider.py -> build/lib/allauth/socialaccount/providers/dwolla
copying allauth/socialaccount/providers/dwolla/urls.py -> build/lib/allauth/socialaccount/providers/dwolla
copying allauth/socialaccount/providers/dwolla/models.py -> build/lib/allauth/socialaccount/providers/dwolla
copying allauth/socialaccount/providers/dwolla/views.py -> build/lib/allauth/socialaccount/providers/dwolla
copying allauth/socialaccount/providers/dwolla/__init__.py -> build/lib/allauth/socialaccount/providers/dwolla
creating build/lib/allauth/socialaccount/providers/mailchimp
copying allauth/socialaccount/providers/mailchimp/tests.py -> build/lib/allauth/socialaccount/providers/mailchimp
copying allauth/socialaccount/providers/mailchimp/provider.py -> build/lib/allauth/socialaccount/providers/mailchimp
copying allauth/socialaccount/providers/mailchimp/urls.py -> build/lib/allauth/socialaccount/providers/mailchimp
copying allauth/socialaccount/providers/mailchimp/views.py -> build/lib/allauth/socialaccount/providers/mailchimp
copying allauth/socialaccount/providers/mailchimp/__init__.py -> build/lib/allauth/socialaccount/providers/mailchimp
creating build/lib/allauth/socialaccount/providers/wahoo
copying allauth/socialaccount/providers/wahoo/tests.py -> build/lib/allauth/socialaccount/providers/wahoo
copying allauth/socialaccount/providers/wahoo/provider.py -> build/lib/allauth/socialaccount/providers/wahoo
copying allauth/socialaccount/providers/wahoo/urls.py -> build/lib/allauth/socialaccount/providers/wahoo
copying allauth/socialaccount/providers/wahoo/views.py -> build/lib/allauth/socialaccount/providers/wahoo
copying allauth/socialaccount/providers/wahoo/__init__.py -> build/lib/allauth/socialaccount/providers/wahoo
creating build/lib/allauth/socialaccount/providers/paypal
copying allauth/socialaccount/providers/paypal/tests.py -> build/lib/allauth/socialaccount/providers/paypal
copying allauth/socialaccount/providers/paypal/provider.py -> build/lib/allauth/socialaccount/providers/paypal
copying allauth/socialaccount/providers/paypal/urls.py -> build/lib/allauth/socialaccount/providers/paypal
copying allauth/socialaccount/providers/paypal/views.py -> build/lib/allauth/socialaccount/providers/paypal
copying allauth/socialaccount/providers/paypal/__init__.py -> build/lib/allauth/socialaccount/providers/paypal
creating build/lib/allauth/socialaccount/providers/mailcow
copying allauth/socialaccount/providers/mailcow/tests.py -> build/lib/allauth/socialaccount/providers/mailcow
copying allauth/socialaccount/providers/mailcow/provider.py -> build/lib/allauth/socialaccount/providers/mailcow
copying allauth/socialaccount/providers/mailcow/urls.py -> build/lib/allauth/socialaccount/providers/mailcow
copying allauth/socialaccount/providers/mailcow/views.py -> build/lib/allauth/socialaccount/providers/mailcow
copying allauth/socialaccount/providers/mailcow/__init__.py -> build/lib/allauth/socialaccount/providers/mailcow
creating build/lib/allauth/socialaccount/providers/cilogon
copying allauth/socialaccount/providers/cilogon/tests.py -> build/lib/allauth/socialaccount/providers/cilogon
copying allauth/socialaccount/providers/cilogon/provider.py -> build/lib/allauth/socialaccount/providers/cilogon
copying allauth/socialaccount/providers/cilogon/urls.py -> build/lib/allauth/socialaccount/providers/cilogon
copying allauth/socialaccount/providers/cilogon/views.py -> build/lib/allauth/socialaccount/providers/cilogon
copying allauth/socialaccount/providers/cilogon/__init__.py -> build/lib/allauth/socialaccount/providers/cilogon
creating build/lib/allauth/socialaccount/providers/atlassian
copying allauth/socialaccount/providers/atlassian/tests.py -> build/lib/allauth/socialaccount/providers/atlassian
copying allauth/socialaccount/providers/atlassian/provider.py -> build/lib/allauth/socialaccount/providers/atlassian
copying allauth/socialaccount/providers/atlassian/urls.py -> build/lib/allauth/socialaccount/providers/atlassian
copying allauth/socialaccount/providers/atlassian/views.py -> build/lib/allauth/socialaccount/providers/atlassian
copying allauth/socialaccount/providers/atlassian/__init__.py -> build/lib/allauth/socialaccount/providers/atlassian
creating build/lib/allauth/socialaccount/providers/github
copying allauth/socialaccount/providers/github/tests.py -> build/lib/allauth/socialaccount/providers/github
copying allauth/socialaccount/providers/github/provider.py -> build/lib/allauth/socialaccount/providers/github
copying allauth/socialaccount/providers/github/urls.py -> build/lib/allauth/socialaccount/providers/github
copying allauth/socialaccount/providers/github/views.py -> build/lib/allauth/socialaccount/providers/github
copying allauth/socialaccount/providers/github/__init__.py -> build/lib/allauth/socialaccount/providers/github
creating build/lib/allauth/socialaccount/providers/zoho
copying allauth/socialaccount/providers/zoho/tests.py -> build/lib/allauth/socialaccount/providers/zoho
copying allauth/socialaccount/providers/zoho/provider.py -> build/lib/allauth/socialaccount/providers/zoho
copying allauth/socialaccount/providers/zoho/urls.py -> build/lib/allauth/socialaccount/providers/zoho
copying allauth/socialaccount/providers/zoho/views.py -> build/lib/allauth/socialaccount/providers/zoho
copying allauth/socialaccount/providers/zoho/__init__.py -> build/lib/allauth/socialaccount/providers/zoho
creating build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/tests.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/provider.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/urls.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/views.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/constants.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/forms.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/flows.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/locale.py -> build/lib/allauth/socialaccount/providers/facebook
copying allauth/socialaccount/providers/facebook/__init__.py -> build/lib/allauth/socialaccount/providers/facebook
creating build/lib/allauth/socialaccount/providers/asana
copying allauth/socialaccount/providers/asana/tests.py -> build/lib/allauth/socialaccount/providers/asana
copying allauth/socialaccount/providers/asana/provider.py -> build/lib/allauth/socialaccount/providers/asana
copying allauth/socialaccount/providers/asana/urls.py -> build/lib/allauth/socialaccount/providers/asana
copying allauth/socialaccount/providers/asana/models.py -> build/lib/allauth/socialaccount/providers/asana
copying allauth/socialaccount/providers/asana/views.py -> build/lib/allauth/socialaccount/providers/asana
copying allauth/socialaccount/providers/asana/__init__.py -> build/lib/allauth/socialaccount/providers/asana
creating build/lib/allauth/socialaccount/providers/lemonldap
copying allauth/socialaccount/providers/lemonldap/tests.py -> build/lib/allauth/socialaccount/providers/lemonldap
copying allauth/socialaccount/providers/lemonldap/provider.py -> build/lib/allauth/socialaccount/providers/lemonldap
copying allauth/socialaccount/providers/lemonldap/urls.py -> build/lib/allauth/socialaccount/providers/lemonldap
copying allauth/socialaccount/providers/lemonldap/views.py -> build/lib/allauth/socialaccount/providers/lemonldap
copying allauth/socialaccount/providers/lemonldap/__init__.py -> build/lib/allauth/socialaccount/providers/lemonldap
creating build/lib/allauth/socialaccount/providers/vk
copying allauth/socialaccount/providers/vk/tests.py -> build/lib/allauth/socialaccount/providers/vk
copying allauth/socialaccount/providers/vk/provider.py -> build/lib/allauth/socialaccount/providers/vk
copying allauth/socialaccount/providers/vk/urls.py -> build/lib/allauth/socialaccount/providers/vk
copying allauth/socialaccount/providers/vk/views.py -> build/lib/allauth/socialaccount/providers/vk
copying allauth/socialaccount/providers/vk/__init__.py -> build/lib/allauth/socialaccount/providers/vk
creating build/lib/allauth/socialaccount/providers/meetup
copying allauth/socialaccount/providers/meetup/tests.py -> build/lib/allauth/socialaccount/providers/meetup
copying allauth/socialaccount/providers/meetup/provider.py -> build/lib/allauth/socialaccount/providers/meetup
copying allauth/socialaccount/providers/meetup/urls.py -> build/lib/allauth/socialaccount/providers/meetup
copying allauth/socialaccount/providers/meetup/models.py -> build/lib/allauth/socialaccount/providers/meetup
copying allauth/socialaccount/providers/meetup/views.py -> build/lib/allauth/socialaccount/providers/meetup
copying allauth/socialaccount/providers/meetup/__init__.py -> build/lib/allauth/socialaccount/providers/meetup
creating build/lib/allauth/socialaccount/providers/box
copying allauth/socialaccount/providers/box/tests.py -> build/lib/allauth/socialaccount/providers/box
copying allauth/socialaccount/providers/box/provider.py -> build/lib/allauth/socialaccount/providers/box
copying allauth/socialaccount/providers/box/urls.py -> build/lib/allauth/socialaccount/providers/box
copying allauth/socialaccount/providers/box/views.py -> build/lib/allauth/socialaccount/providers/box
copying allauth/socialaccount/providers/box/__init__.py -> build/lib/allauth/socialaccount/providers/box
creating build/lib/allauth/socialaccount/providers/mailru
copying allauth/socialaccount/providers/mailru/tests.py -> build/lib/allauth/socialaccount/providers/mailru
copying allauth/socialaccount/providers/mailru/provider.py -> build/lib/allauth/socialaccount/providers/mailru
copying allauth/socialaccount/providers/mailru/urls.py -> build/lib/allauth/socialaccount/providers/mailru
copying allauth/socialaccount/providers/mailru/views.py -> build/lib/allauth/socialaccount/providers/mailru
copying allauth/socialaccount/providers/mailru/__init__.py -> build/lib/allauth/socialaccount/providers/mailru
creating build/lib/allauth/socialaccount/providers/stackexchange
copying allauth/socialaccount/providers/stackexchange/tests.py -> build/lib/allauth/socialaccount/providers/stackexchange
copying allauth/socialaccount/providers/stackexchange/provider.py -> build/lib/allauth/socialaccount/providers/stackexchange
copying allauth/socialaccount/providers/stackexchange/urls.py -> build/lib/allauth/socialaccount/providers/stackexchange
copying allauth/socialaccount/providers/stackexchange/views.py -> build/lib/allauth/socialaccount/providers/stackexchange
copying allauth/socialaccount/providers/stackexchange/__init__.py -> build/lib/allauth/socialaccount/providers/stackexchange
creating build/lib/allauth/socialaccount/providers/eventbrite
copying allauth/socialaccount/providers/eventbrite/tests.py -> build/lib/allauth/socialaccount/providers/eventbrite
copying allauth/socialaccount/providers/eventbrite/provider.py -> build/lib/allauth/socialaccount/providers/eventbrite
copying allauth/socialaccount/providers/eventbrite/urls.py -> build/lib/allauth/socialaccount/providers/eventbrite
copying allauth/socialaccount/providers/eventbrite/views.py -> build/lib/allauth/socialaccount/providers/eventbrite
copying allauth/socialaccount/providers/eventbrite/__init__.py -> build/lib/allauth/socialaccount/providers/eventbrite
creating build/lib/allauth/socialaccount/providers/disqus
copying allauth/socialaccount/providers/disqus/tests.py -> build/lib/allauth/socialaccount/providers/disqus
copying allauth/socialaccount/providers/disqus/provider.py -> build/lib/allauth/socialaccount/providers/disqus
copying allauth/socialaccount/providers/disqus/urls.py -> build/lib/allauth/socialaccount/providers/disqus
copying allauth/socialaccount/providers/disqus/views.py -> build/lib/allauth/socialaccount/providers/disqus
copying allauth/socialaccount/providers/disqus/__init__.py -> build/lib/allauth/socialaccount/providers/disqus
creating build/lib/allauth/socialaccount/providers/clever
copying allauth/socialaccount/providers/clever/tests.py -> build/lib/allauth/socialaccount/providers/clever
copying allauth/socialaccount/providers/clever/provider.py -> build/lib/allauth/socialaccount/providers/clever
copying allauth/socialaccount/providers/clever/urls.py -> build/lib/allauth/socialaccount/providers/clever
copying allauth/socialaccount/providers/clever/views.py -> build/lib/allauth/socialaccount/providers/clever
copying allauth/socialaccount/providers/clever/__init__.py -> build/lib/allauth/socialaccount/providers/clever
creating build/lib/allauth/socialaccount/providers/amazon
copying allauth/socialaccount/providers/amazon/tests.py -> build/lib/allauth/socialaccount/providers/amazon
copying allauth/socialaccount/providers/amazon/provider.py -> build/lib/allauth/socialaccount/providers/amazon
copying allauth/socialaccount/providers/amazon/urls.py -> build/lib/allauth/socialaccount/providers/amazon
copying allauth/socialaccount/providers/amazon/views.py -> build/lib/allauth/socialaccount/providers/amazon
copying allauth/socialaccount/providers/amazon/__init__.py -> build/lib/allauth/socialaccount/providers/amazon
creating build/lib/allauth/socialaccount/providers/ynab
copying allauth/socialaccount/providers/ynab/tests.py -> build/lib/allauth/socialaccount/providers/ynab
copying allauth/socialaccount/providers/ynab/provider.py -> build/lib/allauth/socialaccount/providers/ynab
copying allauth/socialaccount/providers/ynab/urls.py -> build/lib/allauth/socialaccount/providers/ynab
copying allauth/socialaccount/providers/ynab/views.py -> build/lib/allauth/socialaccount/providers/ynab
copying allauth/socialaccount/providers/ynab/__init__.py -> build/lib/allauth/socialaccount/providers/ynab
creating build/lib/allauth/socialaccount/providers/openstreetmap
copying allauth/socialaccount/providers/openstreetmap/tests.py -> build/lib/allauth/socialaccount/providers/openstreetmap
copying allauth/socialaccount/providers/openstreetmap/provider.py -> build/lib/allauth/socialaccount/providers/openstreetmap
copying allauth/socialaccount/providers/openstreetmap/urls.py -> build/lib/allauth/socialaccount/providers/openstreetmap
copying allauth/socialaccount/providers/openstreetmap/views.py -> build/lib/allauth/socialaccount/providers/openstreetmap
copying allauth/socialaccount/providers/openstreetmap/__init__.py -> build/lib/allauth/socialaccount/providers/openstreetmap
creating build/lib/allauth/socialaccount/providers/stocktwits
copying allauth/socialaccount/providers/stocktwits/tests.py -> build/lib/allauth/socialaccount/providers/stocktwits
copying allauth/socialaccount/providers/stocktwits/provider.py -> build/lib/allauth/socialaccount/providers/stocktwits
copying allauth/socialaccount/providers/stocktwits/urls.py -> build/lib/allauth/socialaccount/providers/stocktwits
copying allauth/socialaccount/providers/stocktwits/views.py -> build/lib/allauth/socialaccount/providers/stocktwits
copying allauth/socialaccount/providers/stocktwits/__init__.py -> build/lib/allauth/socialaccount/providers/stocktwits
creating build/lib/allauth/socialaccount/providers/edx
copying allauth/socialaccount/providers/edx/tests.py -> build/lib/allauth/socialaccount/providers/edx
copying allauth/socialaccount/providers/edx/provider.py -> build/lib/allauth/socialaccount/providers/edx
copying allauth/socialaccount/providers/edx/urls.py -> build/lib/allauth/socialaccount/providers/edx
copying allauth/socialaccount/providers/edx/views.py -> build/lib/allauth/socialaccount/providers/edx
copying allauth/socialaccount/providers/edx/__init__.py -> build/lib/allauth/socialaccount/providers/edx
creating build/lib/allauth/socialaccount/providers/oauth2
copying allauth/socialaccount/providers/oauth2/provider.py -> build/lib/allauth/socialaccount/providers/oauth2
copying allauth/socialaccount/providers/oauth2/urls.py -> build/lib/allauth/socialaccount/providers/oauth2
copying allauth/socialaccount/providers/oauth2/views.py -> build/lib/allauth/socialaccount/providers/oauth2
copying allauth/socialaccount/providers/oauth2/client.py -> build/lib/allauth/socialaccount/providers/oauth2
copying allauth/socialaccount/providers/oauth2/utils.py -> build/lib/allauth/socialaccount/providers/oauth2
copying allauth/socialaccount/providers/oauth2/__init__.py -> build/lib/allauth/socialaccount/providers/oauth2
creating build/lib/allauth/socialaccount/providers/draugiem
copying allauth/socialaccount/providers/draugiem/tests.py -> build/lib/allauth/socialaccount/providers/draugiem
copying allauth/socialaccount/providers/draugiem/provider.py -> build/lib/allauth/socialaccount/providers/draugiem
copying allauth/socialaccount/providers/draugiem/urls.py -> build/lib/allauth/socialaccount/providers/draugiem
copying allauth/socialaccount/providers/draugiem/views.py -> build/lib/allauth/socialaccount/providers/draugiem
copying allauth/socialaccount/providers/draugiem/__init__.py -> build/lib/allauth/socialaccount/providers/draugiem
creating build/lib/allauth/socialaccount/providers/lichess
copying allauth/socialaccount/providers/lichess/tests.py -> build/lib/allauth/socialaccount/providers/lichess
copying allauth/socialaccount/providers/lichess/provider.py -> build/lib/allauth/socialaccount/providers/lichess
copying allauth/socialaccount/providers/lichess/urls.py -> build/lib/allauth/socialaccount/providers/lichess
copying allauth/socialaccount/providers/lichess/views.py -> build/lib/allauth/socialaccount/providers/lichess
copying allauth/socialaccount/providers/lichess/__init__.py -> build/lib/allauth/socialaccount/providers/lichess
creating build/lib/allauth/socialaccount/providers/openid/migrations
copying allauth/socialaccount/providers/openid/migrations/0001_initial.py -> build/lib/allauth/socialaccount/providers/openid/migrations
copying allauth/socialaccount/providers/openid/migrations/__init__.py -> build/lib/allauth/socialaccount/providers/openid/migrations
creating build/lib/allauth/socialaccount/providers/oauth2/tests
copying allauth/socialaccount/providers/oauth2/tests/test_views.py -> build/lib/allauth/socialaccount/providers/oauth2/tests
copying allauth/socialaccount/providers/oauth2/tests/__init__.py -> build/lib/allauth/socialaccount/providers/oauth2/tests
creating build/lib/allauth/socialaccount/internal/tests
copying allauth/socialaccount/internal/tests/test_statekit.py -> build/lib/allauth/socialaccount/internal/tests
copying allauth/socialaccount/internal/tests/test_jwtkit.py -> build/lib/allauth/socialaccount/internal/tests
copying allauth/socialaccount/internal/tests/__init__.py -> build/lib/allauth/socialaccount/internal/tests
creating build/lib/allauth/socialaccount/internal/flows
copying allauth/socialaccount/internal/flows/email_authentication.py -> build/lib/allauth/socialaccount/internal/flows
copying allauth/socialaccount/internal/flows/login.py -> build/lib/allauth/socialaccount/internal/flows
copying allauth/socialaccount/internal/flows/signup.py -> build/lib/allauth/socialaccount/internal/flows
copying allauth/socialaccount/internal/flows/connect.py -> build/lib/allauth/socialaccount/internal/flows
copying allauth/socialaccount/internal/flows/__init__.py -> build/lib/allauth/socialaccount/internal/flows
creating build/lib/allauth/headless/tests
copying allauth/headless/tests/test_tokens.py -> build/lib/allauth/headless/tests
copying allauth/headless/tests/__init__.py -> build/lib/allauth/headless/tests
creating build/lib/allauth/headless/contrib
copying allauth/headless/contrib/__init__.py -> build/lib/allauth/headless/contrib
creating build/lib/allauth/headless/internal
copying allauth/headless/internal/decorators.py -> build/lib/allauth/headless/internal
copying allauth/headless/internal/sessionkit.py -> build/lib/allauth/headless/internal
copying allauth/headless/internal/authkit.py -> build/lib/allauth/headless/internal
copying allauth/headless/internal/__init__.py -> build/lib/allauth/headless/internal
creating build/lib/allauth/headless/usersessions
copying allauth/headless/usersessions/response.py -> build/lib/allauth/headless/usersessions
copying allauth/headless/usersessions/urls.py -> build/lib/allauth/headless/usersessions
copying allauth/headless/usersessions/views.py -> build/lib/allauth/headless/usersessions
copying allauth/headless/usersessions/inputs.py -> build/lib/allauth/headless/usersessions
copying allauth/headless/usersessions/__init__.py -> build/lib/allauth/headless/usersessions
creating build/lib/allauth/headless/spec
copying allauth/headless/spec/urls.py -> build/lib/allauth/headless/spec
copying allauth/headless/spec/views.py -> build/lib/allauth/headless/spec
copying allauth/headless/spec/__init__.py -> build/lib/allauth/headless/spec
creating build/lib/allauth/headless/base
copying allauth/headless/base/response.py -> build/lib/allauth/headless/base
copying allauth/headless/base/urls.py -> build/lib/allauth/headless/base
copying allauth/headless/base/views.py -> build/lib/allauth/headless/base
copying allauth/headless/base/__init__.py -> build/lib/allauth/headless/base
creating build/lib/allauth/headless/mfa
copying allauth/headless/mfa/response.py -> build/lib/allauth/headless/mfa
copying allauth/headless/mfa/urls.py -> build/lib/allauth/headless/mfa
copying allauth/headless/mfa/views.py -> build/lib/allauth/headless/mfa
copying allauth/headless/mfa/inputs.py -> build/lib/allauth/headless/mfa
copying allauth/headless/mfa/__init__.py -> build/lib/allauth/headless/mfa
creating build/lib/allauth/headless/tokens
copying allauth/headless/tokens/base.py -> build/lib/allauth/headless/tokens
copying allauth/headless/tokens/sessions.py -> build/lib/allauth/headless/tokens
copying allauth/headless/tokens/__init__.py -> build/lib/allauth/headless/tokens
creating build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/response.py -> build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/urls.py -> build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/views.py -> build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/internal.py -> build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/forms.py -> build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/inputs.py -> build/lib/allauth/headless/socialaccount
copying allauth/headless/socialaccount/__init__.py -> build/lib/allauth/headless/socialaccount
creating build/lib/allauth/headless/account
copying allauth/headless/account/response.py -> build/lib/allauth/headless/account
copying allauth/headless/account/urls.py -> build/lib/allauth/headless/account
copying allauth/headless/account/views.py -> build/lib/allauth/headless/account
copying allauth/headless/account/inputs.py -> build/lib/allauth/headless/account
copying allauth/headless/account/__init__.py -> build/lib/allauth/headless/account
creating build/lib/allauth/headless/contrib/ninja
copying allauth/headless/contrib/ninja/security.py -> build/lib/allauth/headless/contrib/ninja
copying allauth/headless/contrib/ninja/__init__.py -> build/lib/allauth/headless/contrib/ninja
creating build/lib/allauth/headless/contrib/rest_framework
copying allauth/headless/contrib/rest_framework/authentication.py -> build/lib/allauth/headless/contrib/rest_framework
copying allauth/headless/contrib/rest_framework/__init__.py -> build/lib/allauth/headless/contrib/rest_framework
creating build/lib/allauth/headless/contrib/ninja/tests
copying allauth/headless/contrib/ninja/tests/test_security.py -> build/lib/allauth/headless/contrib/ninja/tests
copying allauth/headless/contrib/ninja/tests/__init__.py -> build/lib/allauth/headless/contrib/ninja/tests
creating build/lib/allauth/headless/contrib/rest_framework/tests
copying allauth/headless/contrib/rest_framework/tests/test_authentication.py -> build/lib/allauth/headless/contrib/rest_framework/tests
copying allauth/headless/contrib/rest_framework/tests/__init__.py -> build/lib/allauth/headless/contrib/rest_framework/tests
creating build/lib/allauth/headless/internal/tests
copying allauth/headless/internal/tests/test_authkit.py -> build/lib/allauth/headless/internal/tests
copying allauth/headless/internal/tests/__init__.py -> build/lib/allauth/headless/internal/tests
creating build/lib/allauth/headless/internal/restkit
copying allauth/headless/internal/restkit/response.py -> build/lib/allauth/headless/internal/restkit
copying allauth/headless/internal/restkit/views.py -> build/lib/allauth/headless/internal/restkit
copying allauth/headless/internal/restkit/inputs.py -> build/lib/allauth/headless/internal/restkit
copying allauth/headless/internal/restkit/__init__.py -> build/lib/allauth/headless/internal/restkit
creating build/lib/allauth/headless/usersessions/tests
copying allauth/headless/usersessions/tests/test_views.py -> build/lib/allauth/headless/usersessions/tests
copying allauth/headless/usersessions/tests/__init__.py -> build/lib/allauth/headless/usersessions/tests
creating build/lib/allauth/headless/spec/tests
copying allauth/headless/spec/tests/test_views.py -> build/lib/allauth/headless/spec/tests
copying allauth/headless/spec/tests/__init__.py -> build/lib/allauth/headless/spec/tests
creating build/lib/allauth/headless/spec/internal
copying allauth/headless/spec/internal/schema.py -> build/lib/allauth/headless/spec/internal
copying allauth/headless/spec/internal/__init__.py -> build/lib/allauth/headless/spec/internal
creating build/lib/allauth/headless/base/tests
copying allauth/headless/base/tests/test_views.py -> build/lib/allauth/headless/base/tests
copying allauth/headless/base/tests/__init__.py -> build/lib/allauth/headless/base/tests
creating build/lib/allauth/headless/mfa/tests
copying allauth/headless/mfa/tests/test_views.py -> build/lib/allauth/headless/mfa/tests
copying allauth/headless/mfa/tests/test_recovery_codes.py -> build/lib/allauth/headless/mfa/tests
copying allauth/headless/mfa/tests/test_totp.py -> build/lib/allauth/headless/mfa/tests
copying allauth/headless/mfa/tests/test_webauthn.py -> build/lib/allauth/headless/mfa/tests
copying allauth/headless/mfa/tests/test_trust.py -> build/lib/allauth/headless/mfa/tests
copying allauth/headless/mfa/tests/__init__.py -> build/lib/allauth/headless/mfa/tests
creating build/lib/allauth/headless/socialaccount/tests
copying allauth/headless/socialaccount/tests/test_views.py -> build/lib/allauth/headless/socialaccount/tests
copying allauth/headless/socialaccount/tests/test_inputs.py -> build/lib/allauth/headless/socialaccount/tests
copying allauth/headless/socialaccount/tests/__init__.py -> build/lib/allauth/headless/socialaccount/tests
creating build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_login_by_code.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_phone.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_login.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_session.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_email_verification_by_code.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_reauthentication.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_email_verification.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_reset_password.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_signup.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_reset_password_by_code.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/__init__.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_change_password.py -> build/lib/allauth/headless/account/tests
copying allauth/headless/account/tests/test_change_email.py -> build/lib/allauth/headless/account/tests
creating build/lib/allauth/account/templatetags
copying allauth/account/templatetags/account.py -> build/lib/allauth/account/templatetags
copying allauth/account/templatetags/__init__.py -> build/lib/allauth/account/templatetags
creating build/lib/allauth/account/tests
copying allauth/account/tests/test_logout.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_utils.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_login_by_code.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_phone.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_ratelimit.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_decorators.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_middleware.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_login.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_models.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_adapter.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_ajax.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_email_verification_by_code.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_reauthentication.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_auth_backends.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_email_verification.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_commands.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_reset_password.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_signup.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_security.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_reset_password_by_code.py -> build/lib/allauth/account/tests
copying allauth/account/tests/__init__.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_change_password.py -> build/lib/allauth/account/tests
copying allauth/account/tests/test_change_email.py -> build/lib/allauth/account/tests
creating build/lib/allauth/account/migrations
copying allauth/account/migrations/0001_initial.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0005_emailaddress_idx_upper_email.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0009_emailaddress_unique_primary_email.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0007_emailaddress_idx_email.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0006_emailaddress_lower.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0002_email_max_length.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0008_emailaddress_unique_primary_email_fixup.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0003_alter_emailaddress_create_unique_verified_email.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/__init__.py -> build/lib/allauth/account/migrations
copying allauth/account/migrations/0004_alter_emailaddress_drop_unique_email.py -> build/lib/allauth/account/migrations
creating build/lib/allauth/account/internal
copying allauth/account/internal/userkit.py -> build/lib/allauth/account/internal
copying allauth/account/internal/stagekit.py -> build/lib/allauth/account/internal
copying allauth/account/internal/decorators.py -> build/lib/allauth/account/internal
copying allauth/account/internal/__init__.py -> build/lib/allauth/account/internal
creating build/lib/allauth/account/management
copying allauth/account/management/__init__.py -> build/lib/allauth/account/management
creating build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/manage_email.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/login_by_code.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/email_verification_by_code.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/password_change.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/logout.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/password_reset_by_code.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/password_reset.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/email_verification.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/reauthentication.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/login.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/signup.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/phone_verification.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/code_verification.py -> build/lib/allauth/account/internal/flows
copying allauth/account/internal/flows/__init__.py -> build/lib/allauth/account/internal/flows
creating build/lib/allauth/account/management/commands
copying allauth/account/management/commands/account_unsetmultipleprimaryemails.py -> build/lib/allauth/account/management/commands
copying allauth/account/management/commands/__init__.py -> build/lib/allauth/account/management/commands
running egg_info
creating django_allauth.egg-info
writing django_allauth.egg-info/PKG-INFO
writing dependency_links to django_allauth.egg-info/dependency_links.txt
writing requirements to django_allauth.egg-info/requires.txt
writing top-level names to django_allauth.egg-info/top_level.txt
writing manifest file 'django_allauth.egg-info/SOURCES.txt'
reading manifest file 'django_allauth.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.mo' under directory 'allauth'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'django_allauth.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.account.static.account.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.account.static.account.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 'allauth.account.static.account.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 'allauth.account.static.account.js' to be distributed and are
        already explicitly excluding 'allauth.account.static.account.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 'allauth.headless.spec.doc' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.headless.spec.doc' 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 'allauth.headless.spec.doc' 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 'allauth.headless.spec.doc' to be distributed and are
        already explicitly excluding 'allauth.headless.spec.doc' 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 'allauth.headless.templates.headless.spec' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.headless.templates.headless.spec' 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 'allauth.headless.templates.headless.spec' 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 'allauth.headless.templates.headless.spec' to be distributed and are
        already explicitly excluding 'allauth.headless.templates.headless.spec' 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 'allauth.locale.ar.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.ar.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.az.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.az.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.bg.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.bg.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.ca.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.ca.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.cs.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.cs.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.da.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.da.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.de.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.de.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.el.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.el.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.en.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.en.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.es.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.es.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.et.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.et.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.eu.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.eu.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.eu.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.eu.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.eu.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.fa.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.fa.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.fi.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.fi.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.fr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.fr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.he.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.he.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.he.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.he.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.he.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.hr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.hr.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.hr.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.hr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.hr.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.hu.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.hu.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.id.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.id.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.it.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.it.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.ja.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.ja.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.ka.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.ka.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.ka.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.ka.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.ka.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.ko.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.ko.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.ko.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.ko.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.ko.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.ky.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.ky.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 'allauth.locale.ky.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 'allauth.locale.ky.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.ky.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 'allauth.locale.lt.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.lt.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.lv.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.lv.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.mn.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.mn.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.mn.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.mn.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.mn.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.nb.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.nb.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.nl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.nl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.pl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.pl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.pt_BR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.pt_PT.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.pt_PT.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.ro.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.ro.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.ru.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.ru.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.sk.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.sk.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.sl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.sl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.sr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.sr.LC_MESSAGES' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'allauth.locale.sr.LC_MESSAGES' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'allauth.locale.sr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.sr.LC_MESSAGES' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'allauth.locale.sr_Latn.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.sr_Latn.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 'allauth.locale.sr_Latn.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 'allauth.locale.sr_Latn.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.sr_Latn.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 'allauth.locale.sv.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.sv.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.th.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.th.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.tr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.tr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.uk.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.uk.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.uz.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.locale.uz.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 'allauth.locale.uz.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 'allauth.locale.uz.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.locale.uz.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 'allauth.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.zh_Hans.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.locale.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.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 'allauth.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 'allauth.locale.zh_Hant.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'allauth.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 'allauth.mfa.static.mfa.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.mfa.static.mfa.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 'allauth.mfa.static.mfa.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 'allauth.mfa.static.mfa.js' to be distributed and are
        already explicitly excluding 'allauth.mfa.static.mfa.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 'allauth.socialaccount.providers.dummy.templates.dummy' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.socialaccount.providers.dummy.templates.dummy' 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 'allauth.socialaccount.providers.dummy.templates.dummy' 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 'allauth.socialaccount.providers.dummy.templates.dummy' to be distributed and are
        already explicitly excluding 'allauth.socialaccount.providers.dummy.templates.dummy' 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 'allauth.socialaccount.providers.facebook.data' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.socialaccount.providers.facebook.data' 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 'allauth.socialaccount.providers.facebook.data' 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 'allauth.socialaccount.providers.facebook.data' to be distributed and are
        already explicitly excluding 'allauth.socialaccount.providers.facebook.data' 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 'allauth.socialaccount.providers.facebook.static.facebook.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.socialaccount.providers.facebook.static.facebook.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 'allauth.socialaccount.providers.facebook.static.facebook.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 'allauth.socialaccount.providers.facebook.static.facebook.js' to be distributed and are
        already explicitly excluding 'allauth.socialaccount.providers.facebook.static.facebook.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 'allauth.socialaccount.providers.facebook.templates.facebook' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.socialaccount.providers.facebook.templates.facebook' 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 'allauth.socialaccount.providers.facebook.templates.facebook' 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 'allauth.socialaccount.providers.facebook.templates.facebook' to be distributed and are
        already explicitly excluding 'allauth.socialaccount.providers.facebook.templates.facebook' 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 'allauth.socialaccount.providers.telegram.static.telegram.js' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.socialaccount.providers.telegram.static.telegram.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 'allauth.socialaccount.providers.telegram.static.telegram.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 'allauth.socialaccount.providers.telegram.static.telegram.js' to be distributed and are
        already explicitly excluding 'allauth.socialaccount.providers.telegram.static.telegram.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 'allauth.socialaccount.providers.telegram.templates.telegram' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.socialaccount.providers.telegram.templates.telegram' 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 'allauth.socialaccount.providers.telegram.templates.telegram' 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 'allauth.socialaccount.providers.telegram.templates.telegram' to be distributed and are
        already explicitly excluding 'allauth.socialaccount.providers.telegram.templates.telegram' 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 'allauth.templates.account' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.account' 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 'allauth.templates.account' 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 'allauth.templates.account' to be distributed and are
        already explicitly excluding 'allauth.templates.account' 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 'allauth.templates.account.email' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.account.email' 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 'allauth.templates.account.email' 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 'allauth.templates.account.email' to be distributed and are
        already explicitly excluding 'allauth.templates.account.email' 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 'allauth.templates.account.messages' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.account.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 'allauth.templates.account.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 'allauth.templates.account.messages' to be distributed and are
        already explicitly excluding 'allauth.templates.account.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 'allauth.templates.account.snippets' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.account.snippets' 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 'allauth.templates.account.snippets' 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 'allauth.templates.account.snippets' to be distributed and are
        already explicitly excluding 'allauth.templates.account.snippets' 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 'allauth.templates.allauth.elements' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.allauth.elements' 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 'allauth.templates.allauth.elements' 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 'allauth.templates.allauth.elements' to be distributed and are
        already explicitly excluding 'allauth.templates.allauth.elements' 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 'allauth.templates.allauth.layouts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.allauth.layouts' 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 'allauth.templates.allauth.layouts' 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 'allauth.templates.allauth.layouts' to be distributed and are
        already explicitly excluding 'allauth.templates.allauth.layouts' 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 'allauth.templates.idp.oidc' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.idp.oidc' 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 'allauth.templates.idp.oidc' 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 'allauth.templates.idp.oidc' to be distributed and are
        already explicitly excluding 'allauth.templates.idp.oidc' 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 'allauth.templates.mfa' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa' 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 'allauth.templates.mfa' 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 'allauth.templates.mfa' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa' 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 'allauth.templates.mfa.email' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa.email' 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 'allauth.templates.mfa.email' 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 'allauth.templates.mfa.email' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa.email' 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 'allauth.templates.mfa.messages' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa.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 'allauth.templates.mfa.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 'allauth.templates.mfa.messages' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa.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 'allauth.templates.mfa.recovery_codes' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa.recovery_codes' 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 'allauth.templates.mfa.recovery_codes' 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 'allauth.templates.mfa.recovery_codes' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa.recovery_codes' 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 'allauth.templates.mfa.totp' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa.totp' 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 'allauth.templates.mfa.totp' 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 'allauth.templates.mfa.totp' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa.totp' 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 'allauth.templates.mfa.webauthn' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa.webauthn' 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 'allauth.templates.mfa.webauthn' 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 'allauth.templates.mfa.webauthn' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa.webauthn' 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 'allauth.templates.mfa.webauthn.snippets' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.mfa.webauthn.snippets' 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 'allauth.templates.mfa.webauthn.snippets' 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 'allauth.templates.mfa.webauthn.snippets' to be distributed and are
        already explicitly excluding 'allauth.templates.mfa.webauthn.snippets' 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 'allauth.templates.openid' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.openid' 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 'allauth.templates.openid' 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 'allauth.templates.openid' to be distributed and are
        already explicitly excluding 'allauth.templates.openid' 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 'allauth.templates.socialaccount' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.socialaccount' 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 'allauth.templates.socialaccount' 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 'allauth.templates.socialaccount' to be distributed and are
        already explicitly excluding 'allauth.templates.socialaccount' 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 'allauth.templates.socialaccount.email' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.socialaccount.email' 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 'allauth.templates.socialaccount.email' 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 'allauth.templates.socialaccount.email' to be distributed and are
        already explicitly excluding 'allauth.templates.socialaccount.email' 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 'allauth.templates.socialaccount.messages' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.socialaccount.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 'allauth.templates.socialaccount.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 'allauth.templates.socialaccount.messages' to be distributed and are
        already explicitly excluding 'allauth.templates.socialaccount.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 'allauth.templates.socialaccount.snippets' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.socialaccount.snippets' 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 'allauth.templates.socialaccount.snippets' 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 'allauth.templates.socialaccount.snippets' to be distributed and are
        already explicitly excluding 'allauth.templates.socialaccount.snippets' 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 'allauth.templates.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.tests' 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 'allauth.templates.tests' 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 'allauth.templates.tests' to be distributed and are
        already explicitly excluding 'allauth.templates.tests' 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 'allauth.templates.usersessions' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.usersessions' 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 'allauth.templates.usersessions' 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 'allauth.templates.usersessions' to be distributed and are
        already explicitly excluding 'allauth.templates.usersessions' 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 'allauth.templates.usersessions.messages' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'allauth.templates.usersessions.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 'allauth.templates.usersessions.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 'allauth.templates.usersessions.messages' to be distributed and are
        already explicitly excluding 'allauth.templates.usersessions.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)
creating build/lib/allauth/locale/ar/LC_MESSAGES
copying allauth/locale/ar/LC_MESSAGES/django.po -> build/lib/allauth/locale/ar/LC_MESSAGES
creating build/lib/allauth/locale/az/LC_MESSAGES
copying allauth/locale/az/LC_MESSAGES/django.po -> build/lib/allauth/locale/az/LC_MESSAGES
creating build/lib/allauth/locale/bg/LC_MESSAGES
copying allauth/locale/bg/LC_MESSAGES/django.po -> build/lib/allauth/locale/bg/LC_MESSAGES
creating build/lib/allauth/locale/ca/LC_MESSAGES
copying allauth/locale/ca/LC_MESSAGES/django.po -> build/lib/allauth/locale/ca/LC_MESSAGES
creating build/lib/allauth/locale/cs/LC_MESSAGES
copying allauth/locale/cs/LC_MESSAGES/django.po -> build/lib/allauth/locale/cs/LC_MESSAGES
creating build/lib/allauth/locale/da/LC_MESSAGES
copying allauth/locale/da/LC_MESSAGES/django.po -> build/lib/allauth/locale/da/LC_MESSAGES
creating build/lib/allauth/locale/de/LC_MESSAGES
copying allauth/locale/de/LC_MESSAGES/django.po -> build/lib/allauth/locale/de/LC_MESSAGES
creating build/lib/allauth/locale/el/LC_MESSAGES
copying allauth/locale/el/LC_MESSAGES/django.po -> build/lib/allauth/locale/el/LC_MESSAGES
creating build/lib/allauth/locale/en/LC_MESSAGES
copying allauth/locale/en/LC_MESSAGES/django.po -> build/lib/allauth/locale/en/LC_MESSAGES
creating build/lib/allauth/locale/es/LC_MESSAGES
copying allauth/locale/es/LC_MESSAGES/django.po -> build/lib/allauth/locale/es/LC_MESSAGES
creating build/lib/allauth/locale/et/LC_MESSAGES
copying allauth/locale/et/LC_MESSAGES/django.po -> build/lib/allauth/locale/et/LC_MESSAGES
creating build/lib/allauth/locale/eu/LC_MESSAGES
copying allauth/locale/eu/LC_MESSAGES/django.po -> build/lib/allauth/locale/eu/LC_MESSAGES
creating build/lib/allauth/locale/fa/LC_MESSAGES
copying allauth/locale/fa/LC_MESSAGES/django.po -> build/lib/allauth/locale/fa/LC_MESSAGES
creating build/lib/allauth/locale/fi/LC_MESSAGES
copying allauth/locale/fi/LC_MESSAGES/django.po -> build/lib/allauth/locale/fi/LC_MESSAGES
creating build/lib/allauth/locale/fr/LC_MESSAGES
copying allauth/locale/fr/LC_MESSAGES/django.po -> build/lib/allauth/locale/fr/LC_MESSAGES
creating build/lib/allauth/locale/he/LC_MESSAGES
copying allauth/locale/he/LC_MESSAGES/django.po -> build/lib/allauth/locale/he/LC_MESSAGES
creating build/lib/allauth/locale/hr/LC_MESSAGES
copying allauth/locale/hr/LC_MESSAGES/django.po -> build/lib/allauth/locale/hr/LC_MESSAGES
creating build/lib/allauth/locale/hu/LC_MESSAGES
copying allauth/locale/hu/LC_MESSAGES/django.po -> build/lib/allauth/locale/hu/LC_MESSAGES
creating build/lib/allauth/locale/id/LC_MESSAGES
copying allauth/locale/id/LC_MESSAGES/django.po -> build/lib/allauth/locale/id/LC_MESSAGES
creating build/lib/allauth/locale/it/LC_MESSAGES
copying allauth/locale/it/LC_MESSAGES/django.po -> build/lib/allauth/locale/it/LC_MESSAGES
creating build/lib/allauth/locale/ja/LC_MESSAGES
copying allauth/locale/ja/LC_MESSAGES/django.po -> build/lib/allauth/locale/ja/LC_MESSAGES
creating build/lib/allauth/locale/ka/LC_MESSAGES
copying allauth/locale/ka/LC_MESSAGES/django.po -> build/lib/allauth/locale/ka/LC_MESSAGES
creating build/lib/allauth/locale/ko/LC_MESSAGES
copying allauth/locale/ko/LC_MESSAGES/django.po -> build/lib/allauth/locale/ko/LC_MESSAGES
creating build/lib/allauth/locale/ky/LC_MESSAGES
copying allauth/locale/ky/LC_MESSAGES/django.po -> build/lib/allauth/locale/ky/LC_MESSAGES
creating build/lib/allauth/locale/lt/LC_MESSAGES
copying allauth/locale/lt/LC_MESSAGES/django.po -> build/lib/allauth/locale/lt/LC_MESSAGES
creating build/lib/allauth/locale/lv/LC_MESSAGES
copying allauth/locale/lv/LC_MESSAGES/django.po -> build/lib/allauth/locale/lv/LC_MESSAGES
creating build/lib/allauth/locale/mn/LC_MESSAGES
copying allauth/locale/mn/LC_MESSAGES/django.po -> build/lib/allauth/locale/mn/LC_MESSAGES
creating build/lib/allauth/locale/nb/LC_MESSAGES
copying allauth/locale/nb/LC_MESSAGES/django.po -> build/lib/allauth/locale/nb/LC_MESSAGES
creating build/lib/allauth/locale/nl/LC_MESSAGES
copying allauth/locale/nl/LC_MESSAGES/django.po -> build/lib/allauth/locale/nl/LC_MESSAGES
creating build/lib/allauth/locale/pl/LC_MESSAGES
copying allauth/locale/pl/LC_MESSAGES/django.po -> build/lib/allauth/locale/pl/LC_MESSAGES
creating build/lib/allauth/locale/pt_BR/LC_MESSAGES
copying allauth/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/allauth/locale/pt_BR/LC_MESSAGES
creating build/lib/allauth/locale/pt_PT/LC_MESSAGES
copying allauth/locale/pt_PT/LC_MESSAGES/django.po -> build/lib/allauth/locale/pt_PT/LC_MESSAGES
creating build/lib/allauth/locale/ro/LC_MESSAGES
copying allauth/locale/ro/LC_MESSAGES/django.po -> build/lib/allauth/locale/ro/LC_MESSAGES
creating build/lib/allauth/locale/ru/LC_MESSAGES
copying allauth/locale/ru/LC_MESSAGES/django.po -> build/lib/allauth/locale/ru/LC_MESSAGES
creating build/lib/allauth/locale/sk/LC_MESSAGES
copying allauth/locale/sk/LC_MESSAGES/django.po -> build/lib/allauth/locale/sk/LC_MESSAGES
creating build/lib/allauth/locale/sl/LC_MESSAGES
copying allauth/locale/sl/LC_MESSAGES/django.po -> build/lib/allauth/locale/sl/LC_MESSAGES
creating build/lib/allauth/locale/sr/LC_MESSAGES
copying allauth/locale/sr/LC_MESSAGES/django.po -> build/lib/allauth/locale/sr/LC_MESSAGES
creating build/lib/allauth/locale/sr_Latn/LC_MESSAGES
copying allauth/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/allauth/locale/sr_Latn/LC_MESSAGES
creating build/lib/allauth/locale/sv/LC_MESSAGES
copying allauth/locale/sv/LC_MESSAGES/django.po -> build/lib/allauth/locale/sv/LC_MESSAGES
creating build/lib/allauth/locale/th/LC_MESSAGES
copying allauth/locale/th/LC_MESSAGES/django.po -> build/lib/allauth/locale/th/LC_MESSAGES
creating build/lib/allauth/locale/tr/LC_MESSAGES
copying allauth/locale/tr/LC_MESSAGES/django.po -> build/lib/allauth/locale/tr/LC_MESSAGES
creating build/lib/allauth/locale/uk/LC_MESSAGES
copying allauth/locale/uk/LC_MESSAGES/django.po -> build/lib/allauth/locale/uk/LC_MESSAGES
creating build/lib/allauth/locale/uz/LC_MESSAGES
copying allauth/locale/uz/LC_MESSAGES/django.po -> build/lib/allauth/locale/uz/LC_MESSAGES
creating build/lib/allauth/locale/zh_Hans/LC_MESSAGES
copying allauth/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/allauth/locale/zh_Hans/LC_MESSAGES
creating build/lib/allauth/locale/zh_Hant/LC_MESSAGES
copying allauth/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/allauth/locale/zh_Hant/LC_MESSAGES
creating build/lib/allauth/templates/account
copying allauth/templates/account/account_inactive.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_confirm_code.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_entrance.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_manage.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_manage_email.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_manage_password.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_manage_phone.html -> build/lib/allauth/templates/account
copying allauth/templates/account/base_reauthenticate.html -> build/lib/allauth/templates/account
copying allauth/templates/account/confirm_email_verification_code.html -> build/lib/allauth/templates/account
copying allauth/templates/account/confirm_login_code.html -> build/lib/allauth/templates/account
copying allauth/templates/account/confirm_password_reset_code.html -> build/lib/allauth/templates/account
copying allauth/templates/account/confirm_phone_verification_code.html -> build/lib/allauth/templates/account
copying allauth/templates/account/email.html -> build/lib/allauth/templates/account
copying allauth/templates/account/email_change.html -> build/lib/allauth/templates/account
copying allauth/templates/account/email_confirm.html -> build/lib/allauth/templates/account
copying allauth/templates/account/login.html -> build/lib/allauth/templates/account
copying allauth/templates/account/logout.html -> build/lib/allauth/templates/account
copying allauth/templates/account/password_change.html -> build/lib/allauth/templates/account
copying allauth/templates/account/password_reset.html -> build/lib/allauth/templates/account
copying allauth/templates/account/password_reset_done.html -> build/lib/allauth/templates/account
copying allauth/templates/account/password_reset_from_key.html -> build/lib/allauth/templates/account
copying allauth/templates/account/password_reset_from_key_done.html -> build/lib/allauth/templates/account
copying allauth/templates/account/password_set.html -> build/lib/allauth/templates/account
copying allauth/templates/account/phone_change.html -> build/lib/allauth/templates/account
copying allauth/templates/account/reauthenticate.html -> build/lib/allauth/templates/account
copying allauth/templates/account/request_login_code.html -> build/lib/allauth/templates/account
copying allauth/templates/account/signup.html -> build/lib/allauth/templates/account
copying allauth/templates/account/signup_by_passkey.html -> build/lib/allauth/templates/account
copying allauth/templates/account/signup_closed.html -> build/lib/allauth/templates/account
copying allauth/templates/account/verification_sent.html -> build/lib/allauth/templates/account
copying allauth/templates/account/verified_email_required.html -> build/lib/allauth/templates/account
creating build/lib/allauth/templates/account/email
copying allauth/templates/account/email/account_already_exists_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/account_already_exists_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/base_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/base_notification.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_changed_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_changed_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_confirm_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_confirm_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_confirmation_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_confirmation_signup_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_confirmation_signup_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_confirmation_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_deleted_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/email_deleted_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/login_code_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/login_code_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_changed_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_changed_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_reset_code_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_reset_code_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_reset_key_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_reset_key_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_reset_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_reset_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_set_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/password_set_subject.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/unknown_account_message.txt -> build/lib/allauth/templates/account/email
copying allauth/templates/account/email/unknown_account_subject.txt -> build/lib/allauth/templates/account/email
creating build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/cannot_delete_primary_email.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/email_confirmation_failed.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/email_confirmation_sent.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/email_confirmed.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/email_deleted.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/logged_in.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/logged_out.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/login_code_sent.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/password_changed.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/password_set.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/phone_verification_sent.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/phone_verified.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/primary_email_set.txt -> build/lib/allauth/templates/account/messages
copying allauth/templates/account/messages/unverified_primary_email.txt -> build/lib/allauth/templates/account/messages
creating build/lib/allauth/templates/account/snippets
copying allauth/templates/account/snippets/already_logged_in.html -> build/lib/allauth/templates/account/snippets
copying allauth/templates/account/snippets/warn_no_email.html -> build/lib/allauth/templates/account/snippets
creating build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/alert.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/badge.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/button.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/button_group.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/details.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/field.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/fields.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/form.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/h1.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/h2.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/hr.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/img.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/p.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/panel.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/provider.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/provider_list.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/table.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/tbody.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/td.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/th.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/thead.html -> build/lib/allauth/templates/allauth/elements
copying allauth/templates/allauth/elements/tr.html -> build/lib/allauth/templates/allauth/elements
creating build/lib/allauth/templates/allauth/layouts
copying allauth/templates/allauth/layouts/base.html -> build/lib/allauth/templates/allauth/layouts
copying allauth/templates/allauth/layouts/entrance.html -> build/lib/allauth/templates/allauth/layouts
copying allauth/templates/allauth/layouts/manage.html -> build/lib/allauth/templates/allauth/layouts
creating build/lib/allauth/templates/idp/oidc
copying allauth/templates/idp/oidc/authorization_form.html -> build/lib/allauth/templates/idp/oidc
copying allauth/templates/idp/oidc/error.html -> build/lib/allauth/templates/idp/oidc
creating build/lib/allauth/templates/mfa
copying allauth/templates/mfa/authenticate.html -> build/lib/allauth/templates/mfa
copying allauth/templates/mfa/base_entrance.html -> build/lib/allauth/templates/mfa
copying allauth/templates/mfa/base_manage.html -> build/lib/allauth/templates/mfa
copying allauth/templates/mfa/index.html -> build/lib/allauth/templates/mfa
copying allauth/templates/mfa/reauthenticate.html -> build/lib/allauth/templates/mfa
copying allauth/templates/mfa/trust.html -> build/lib/allauth/templates/mfa
creating build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/recovery_codes_generated_message.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/recovery_codes_generated_subject.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/totp_activated_message.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/totp_activated_subject.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/totp_deactivated_message.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/totp_deactivated_subject.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/webauthn_added_message.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/webauthn_added_subject.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/webauthn_removed_message.txt -> build/lib/allauth/templates/mfa/email
copying allauth/templates/mfa/email/webauthn_removed_subject.txt -> build/lib/allauth/templates/mfa/email
creating build/lib/allauth/templates/mfa/messages
copying allauth/templates/mfa/messages/recovery_codes_generated.txt -> build/lib/allauth/templates/mfa/messages
copying allauth/templates/mfa/messages/totp_activated.txt -> build/lib/allauth/templates/mfa/messages
copying allauth/templates/mfa/messages/totp_deactivated.txt -> build/lib/allauth/templates/mfa/messages
copying allauth/templates/mfa/messages/webauthn_added.txt -> build/lib/allauth/templates/mfa/messages
copying allauth/templates/mfa/messages/webauthn_removed.txt -> build/lib/allauth/templates/mfa/messages
creating build/lib/allauth/templates/mfa/recovery_codes
copying allauth/templates/mfa/recovery_codes/base.html -> build/lib/allauth/templates/mfa/recovery_codes
copying allauth/templates/mfa/recovery_codes/download.txt -> build/lib/allauth/templates/mfa/recovery_codes
copying allauth/templates/mfa/recovery_codes/generate.html -> build/lib/allauth/templates/mfa/recovery_codes
copying allauth/templates/mfa/recovery_codes/index.html -> build/lib/allauth/templates/mfa/recovery_codes
creating build/lib/allauth/templates/mfa/totp
copying allauth/templates/mfa/totp/activate_form.html -> build/lib/allauth/templates/mfa/totp
copying allauth/templates/mfa/totp/base.html -> build/lib/allauth/templates/mfa/totp
copying allauth/templates/mfa/totp/deactivate_form.html -> build/lib/allauth/templates/mfa/totp
creating build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/add_form.html -> build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/authenticator_confirm_delete.html -> build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/authenticator_list.html -> build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/base.html -> build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/edit_form.html -> build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/reauthenticate.html -> build/lib/allauth/templates/mfa/webauthn
copying allauth/templates/mfa/webauthn/signup_form.html -> build/lib/allauth/templates/mfa/webauthn
creating build/lib/allauth/templates/mfa/webauthn/snippets
copying allauth/templates/mfa/webauthn/snippets/login_script.html -> build/lib/allauth/templates/mfa/webauthn/snippets
copying allauth/templates/mfa/webauthn/snippets/scripts.html -> build/lib/allauth/templates/mfa/webauthn/snippets
creating build/lib/allauth/templates/openid
copying allauth/templates/openid/base.html -> build/lib/allauth/templates/openid
copying allauth/templates/openid/login.html -> build/lib/allauth/templates/openid
creating build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/authentication_error.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/base_entrance.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/base_manage.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/connections.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/login.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/login_cancelled.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/login_redirect.html -> build/lib/allauth/templates/socialaccount
copying allauth/templates/socialaccount/signup.html -> build/lib/allauth/templates/socialaccount
creating build/lib/allauth/templates/socialaccount/email
copying allauth/templates/socialaccount/email/account_connected_message.txt -> build/lib/allauth/templates/socialaccount/email
copying allauth/templates/socialaccount/email/account_connected_subject.txt -> build/lib/allauth/templates/socialaccount/email
copying allauth/templates/socialaccount/email/account_disconnected_message.txt -> build/lib/allauth/templates/socialaccount/email
copying allauth/templates/socialaccount/email/account_disconnected_subject.txt -> build/lib/allauth/templates/socialaccount/email
creating build/lib/allauth/templates/socialaccount/messages
copying allauth/templates/socialaccount/messages/account_connected.txt -> build/lib/allauth/templates/socialaccount/messages
copying allauth/templates/socialaccount/messages/account_connected_other.txt -> build/lib/allauth/templates/socialaccount/messages
copying allauth/templates/socialaccount/messages/account_connected_updated.txt -> build/lib/allauth/templates/socialaccount/messages
copying allauth/templates/socialaccount/messages/account_disconnected.txt -> build/lib/allauth/templates/socialaccount/messages
creating build/lib/allauth/templates/socialaccount/snippets
copying allauth/templates/socialaccount/snippets/login.html -> build/lib/allauth/templates/socialaccount/snippets
copying allauth/templates/socialaccount/snippets/login_extra.html -> build/lib/allauth/templates/socialaccount/snippets
copying allauth/templates/socialaccount/snippets/provider_list.html -> build/lib/allauth/templates/socialaccount/snippets
creating build/lib/allauth/templates/tests
copying allauth/templates/tests/test_403_csrf.html -> build/lib/allauth/templates/tests
creating build/lib/allauth/templates/usersessions
copying allauth/templates/usersessions/base_manage.html -> build/lib/allauth/templates/usersessions
copying allauth/templates/usersessions/usersession_list.html -> build/lib/allauth/templates/usersessions
creating build/lib/allauth/templates/usersessions/messages
copying allauth/templates/usersessions/messages/sessions_logged_out.txt -> build/lib/allauth/templates/usersessions/messages
creating build/lib/allauth/mfa/static/mfa/js
copying allauth/mfa/static/mfa/js/webauthn-json.js -> build/lib/allauth/mfa/static/mfa/js
copying allauth/mfa/static/mfa/js/webauthn.js -> build/lib/allauth/mfa/static/mfa/js
creating build/lib/allauth/headless/templates/headless/spec
copying allauth/headless/templates/headless/spec/redoc_cdn.html -> build/lib/allauth/headless/templates/headless/spec
copying allauth/headless/templates/headless/spec/swagger_cdn.html -> build/lib/allauth/headless/templates/headless/spec
creating build/lib/allauth/account/static/account/js
copying allauth/account/static/account/js/account.js -> build/lib/allauth/account/static/account/js
copying allauth/account/static/account/js/onload.js -> build/lib/allauth/account/static/account/js
creating build/lib/allauth/socialaccount/providers/telegram/static/telegram/js
copying allauth/socialaccount/providers/telegram/static/telegram/js/telegram.js -> build/lib/allauth/socialaccount/providers/telegram/static/telegram/js
creating build/lib/allauth/socialaccount/providers/telegram/templates/telegram
copying allauth/socialaccount/providers/telegram/templates/telegram/callback.html -> build/lib/allauth/socialaccount/providers/telegram/templates/telegram
creating build/lib/allauth/socialaccount/providers/dummy/templates/dummy
copying allauth/socialaccount/providers/dummy/templates/dummy/authenticate_form.html -> build/lib/allauth/socialaccount/providers/dummy/templates/dummy
creating build/lib/allauth/socialaccount/providers/facebook/data
copying allauth/socialaccount/providers/facebook/data/FacebookLocales.xml -> build/lib/allauth/socialaccount/providers/facebook/data
creating build/lib/allauth/socialaccount/providers/facebook/static/facebook/js
copying allauth/socialaccount/providers/facebook/static/facebook/js/fbconnect.js -> build/lib/allauth/socialaccount/providers/facebook/static/facebook/js
creating build/lib/allauth/socialaccount/providers/facebook/templates/facebook
copying allauth/socialaccount/providers/facebook/templates/facebook/fbconnect.html -> build/lib/allauth/socialaccount/providers/facebook/templates/facebook
creating build/lib/allauth/headless/spec/doc
copying allauth/headless/spec/doc/description.md -> build/lib/allauth/headless/spec/doc
copying allauth/headless/spec/doc/openapi.yaml -> build/lib/allauth/headless/spec/doc
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/allauth
copying build/lib/allauth/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth
creating build/bdist.linux-aarch64/wheel/allauth/templatetags
copying build/lib/allauth/templatetags/allauth.py -> build/bdist.linux-aarch64/wheel/./allauth/templatetags
copying build/lib/allauth/templatetags/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/templatetags
creating build/bdist.linux-aarch64/wheel/allauth/core
copying build/lib/allauth/core/context.py -> build/bdist.linux-aarch64/wheel/./allauth/core
creating build/bdist.linux-aarch64/wheel/allauth/core/internal
creating build/bdist.linux-aarch64/wheel/allauth/core/internal/tests
copying build/lib/allauth/core/internal/tests/test_ratelimit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal/tests
copying build/lib/allauth/core/internal/tests/test_modelkit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal/tests
copying build/lib/allauth/core/internal/tests/test_httpkit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal/tests
copying build/lib/allauth/core/internal/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal/tests
copying build/lib/allauth/core/internal/jwkkit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/internal/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/internal/cryptokit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/internal/ratelimit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/internal/httpkit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/internal/modelkit.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/core/internal
copying build/lib/allauth/core/exceptions.py -> build/bdist.linux-aarch64/wheel/./allauth/core
copying build/lib/allauth/core/ratelimit.py -> build/bdist.linux-aarch64/wheel/./allauth/core
copying build/lib/allauth/core/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/core
creating build/bdist.linux-aarch64/wheel/allauth/tests
copying build/lib/allauth/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./allauth/tests
copying build/lib/allauth/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/tests
copying build/lib/allauth/urls.py -> build/bdist.linux-aarch64/wheel/./allauth
copying build/lib/allauth/models.py -> build/bdist.linux-aarch64/wheel/./allauth
creating build/bdist.linux-aarch64/wheel/allauth/idp
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc
copying build/lib/allauth/idp/oidc/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/tests
copying build/lib/allauth/idp/oidc/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/tests
copying build/lib/allauth/idp/oidc/tests/test_authorization.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/tests
copying build/lib/allauth/idp/oidc/tests/test_tokens.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/tests
copying build/lib/allauth/idp/oidc/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/tests
copying build/lib/allauth/idp/oidc/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
copying build/lib/allauth/idp/oidc/models.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
copying build/lib/allauth/idp/oidc/views.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
copying build/lib/allauth/idp/oidc/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/contrib
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/contrib/ninja
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/contrib/ninja/tests
copying build/lib/allauth/idp/oidc/contrib/ninja/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/ninja/tests
copying build/lib/allauth/idp/oidc/contrib/ninja/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/ninja/tests
copying build/lib/allauth/idp/oidc/contrib/ninja/security.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/ninja
copying build/lib/allauth/idp/oidc/contrib/ninja/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/ninja
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/contrib/rest_framework
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/contrib/rest_framework/tests
copying build/lib/allauth/idp/oidc/contrib/rest_framework/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/rest_framework/tests
copying build/lib/allauth/idp/oidc/contrib/rest_framework/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/rest_framework/tests
copying build/lib/allauth/idp/oidc/contrib/rest_framework/permissions.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/rest_framework
copying build/lib/allauth/idp/oidc/contrib/rest_framework/authentication.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/rest_framework
copying build/lib/allauth/idp/oidc/contrib/rest_framework/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib/rest_framework
copying build/lib/allauth/idp/oidc/contrib/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/contrib
copying build/lib/allauth/idp/oidc/admin.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/migrations
copying build/lib/allauth/idp/oidc/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/migrations
copying build/lib/allauth/idp/oidc/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/migrations
copying build/lib/allauth/idp/oidc/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/internal
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/internal/oauthlib
creating build/bdist.linux-aarch64/wheel/allauth/idp/oidc/internal/oauthlib/tests
copying build/lib/allauth/idp/oidc/internal/oauthlib/tests/test_request_validator.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib/tests
copying build/lib/allauth/idp/oidc/internal/oauthlib/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib/tests
copying build/lib/allauth/idp/oidc/internal/oauthlib/server.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib
copying build/lib/allauth/idp/oidc/internal/oauthlib/request_validator.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib
copying build/lib/allauth/idp/oidc/internal/oauthlib/authorization_codes.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib
copying build/lib/allauth/idp/oidc/internal/oauthlib/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib
copying build/lib/allauth/idp/oidc/internal/oauthlib/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal/oauthlib
copying build/lib/allauth/idp/oidc/internal/scope.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal
copying build/lib/allauth/idp/oidc/internal/clientkit.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal
copying build/lib/allauth/idp/oidc/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc/internal
copying build/lib/allauth/idp/oidc/conftest.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
copying build/lib/allauth/idp/oidc/apps.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
copying build/lib/allauth/idp/oidc/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp/oidc
copying build/lib/allauth/idp/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/idp
copying build/lib/allauth/idp/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/idp
creating build/bdist.linux-aarch64/wheel/allauth/locale
creating build/bdist.linux-aarch64/wheel/allauth/locale/lv
creating build/bdist.linux-aarch64/wheel/allauth/locale/lv/LC_MESSAGES
copying build/lib/allauth/locale/lv/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/lv/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/uk
creating build/bdist.linux-aarch64/wheel/allauth/locale/uk/LC_MESSAGES
copying build/lib/allauth/locale/uk/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/uk/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/cs
creating build/bdist.linux-aarch64/wheel/allauth/locale/cs/LC_MESSAGES
copying build/lib/allauth/locale/cs/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/cs/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/et
creating build/bdist.linux-aarch64/wheel/allauth/locale/et/LC_MESSAGES
copying build/lib/allauth/locale/et/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/et/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/th
creating build/bdist.linux-aarch64/wheel/allauth/locale/th/LC_MESSAGES
copying build/lib/allauth/locale/th/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/th/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/pl
creating build/bdist.linux-aarch64/wheel/allauth/locale/pl/LC_MESSAGES
copying build/lib/allauth/locale/pl/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/pl/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/uz
creating build/bdist.linux-aarch64/wheel/allauth/locale/uz/LC_MESSAGES
copying build/lib/allauth/locale/uz/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/uz/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/da
creating build/bdist.linux-aarch64/wheel/allauth/locale/da/LC_MESSAGES
copying build/lib/allauth/locale/da/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/da/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/zh_Hant
creating build/bdist.linux-aarch64/wheel/allauth/locale/zh_Hant/LC_MESSAGES
copying build/lib/allauth/locale/zh_Hant/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/zh_Hant/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/sr_Latn
creating build/bdist.linux-aarch64/wheel/allauth/locale/sr_Latn/LC_MESSAGES
copying build/lib/allauth/locale/sr_Latn/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/sr_Latn/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/es
creating build/bdist.linux-aarch64/wheel/allauth/locale/es/LC_MESSAGES
copying build/lib/allauth/locale/es/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/es/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ar
creating build/bdist.linux-aarch64/wheel/allauth/locale/ar/LC_MESSAGES
copying build/lib/allauth/locale/ar/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ar/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ca
creating build/bdist.linux-aarch64/wheel/allauth/locale/ca/LC_MESSAGES
copying build/lib/allauth/locale/ca/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ca/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/en
creating build/bdist.linux-aarch64/wheel/allauth/locale/en/LC_MESSAGES
copying build/lib/allauth/locale/en/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/en/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/sl
creating build/bdist.linux-aarch64/wheel/allauth/locale/sl/LC_MESSAGES
copying build/lib/allauth/locale/sl/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/sl/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ky
creating build/bdist.linux-aarch64/wheel/allauth/locale/ky/LC_MESSAGES
copying build/lib/allauth/locale/ky/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ky/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/el
creating build/bdist.linux-aarch64/wheel/allauth/locale/el/LC_MESSAGES
copying build/lib/allauth/locale/el/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/el/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/nb
creating build/bdist.linux-aarch64/wheel/allauth/locale/nb/LC_MESSAGES
copying build/lib/allauth/locale/nb/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/nb/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/tr
creating build/bdist.linux-aarch64/wheel/allauth/locale/tr/LC_MESSAGES
copying build/lib/allauth/locale/tr/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/tr/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/az
creating build/bdist.linux-aarch64/wheel/allauth/locale/az/LC_MESSAGES
copying build/lib/allauth/locale/az/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/az/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/it
creating build/bdist.linux-aarch64/wheel/allauth/locale/it/LC_MESSAGES
copying build/lib/allauth/locale/it/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/it/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/pt_PT
creating build/bdist.linux-aarch64/wheel/allauth/locale/pt_PT/LC_MESSAGES
copying build/lib/allauth/locale/pt_PT/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/pt_PT/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ro
creating build/bdist.linux-aarch64/wheel/allauth/locale/ro/LC_MESSAGES
copying build/lib/allauth/locale/ro/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ro/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/fi
creating build/bdist.linux-aarch64/wheel/allauth/locale/fi/LC_MESSAGES
copying build/lib/allauth/locale/fi/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/fi/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ka
creating build/bdist.linux-aarch64/wheel/allauth/locale/ka/LC_MESSAGES
copying build/lib/allauth/locale/ka/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ka/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/nl
creating build/bdist.linux-aarch64/wheel/allauth/locale/nl/LC_MESSAGES
copying build/lib/allauth/locale/nl/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/nl/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/sr
creating build/bdist.linux-aarch64/wheel/allauth/locale/sr/LC_MESSAGES
copying build/lib/allauth/locale/sr/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/sr/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/id
creating build/bdist.linux-aarch64/wheel/allauth/locale/id/LC_MESSAGES
copying build/lib/allauth/locale/id/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/id/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/zh_Hans
creating build/bdist.linux-aarch64/wheel/allauth/locale/zh_Hans/LC_MESSAGES
copying build/lib/allauth/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/zh_Hans/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/eu
creating build/bdist.linux-aarch64/wheel/allauth/locale/eu/LC_MESSAGES
copying build/lib/allauth/locale/eu/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/eu/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/hr
creating build/bdist.linux-aarch64/wheel/allauth/locale/hr/LC_MESSAGES
copying build/lib/allauth/locale/hr/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/hr/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/sv
creating build/bdist.linux-aarch64/wheel/allauth/locale/sv/LC_MESSAGES
copying build/lib/allauth/locale/sv/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/sv/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/mn
creating build/bdist.linux-aarch64/wheel/allauth/locale/mn/LC_MESSAGES
copying build/lib/allauth/locale/mn/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/mn/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ja
creating build/bdist.linux-aarch64/wheel/allauth/locale/ja/LC_MESSAGES
copying build/lib/allauth/locale/ja/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ja/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/sk
creating build/bdist.linux-aarch64/wheel/allauth/locale/sk/LC_MESSAGES
copying build/lib/allauth/locale/sk/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/sk/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ru
creating build/bdist.linux-aarch64/wheel/allauth/locale/ru/LC_MESSAGES
copying build/lib/allauth/locale/ru/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ru/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/lt
creating build/bdist.linux-aarch64/wheel/allauth/locale/lt/LC_MESSAGES
copying build/lib/allauth/locale/lt/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/lt/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/ko
creating build/bdist.linux-aarch64/wheel/allauth/locale/ko/LC_MESSAGES
copying build/lib/allauth/locale/ko/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/ko/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/bg
creating build/bdist.linux-aarch64/wheel/allauth/locale/bg/LC_MESSAGES
copying build/lib/allauth/locale/bg/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/bg/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/hu
creating build/bdist.linux-aarch64/wheel/allauth/locale/hu/LC_MESSAGES
copying build/lib/allauth/locale/hu/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/hu/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/pt_BR
creating build/bdist.linux-aarch64/wheel/allauth/locale/pt_BR/LC_MESSAGES
copying build/lib/allauth/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/pt_BR/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/de
creating build/bdist.linux-aarch64/wheel/allauth/locale/de/LC_MESSAGES
copying build/lib/allauth/locale/de/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/de/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/he
creating build/bdist.linux-aarch64/wheel/allauth/locale/he/LC_MESSAGES
copying build/lib/allauth/locale/he/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/he/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/fr
creating build/bdist.linux-aarch64/wheel/allauth/locale/fr/LC_MESSAGES
copying build/lib/allauth/locale/fr/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/fr/LC_MESSAGES
creating build/bdist.linux-aarch64/wheel/allauth/locale/fa
creating build/bdist.linux-aarch64/wheel/allauth/locale/fa/LC_MESSAGES
copying build/lib/allauth/locale/fa/LC_MESSAGES/django.po -> build/bdist.linux-aarch64/wheel/./allauth/locale/fa/LC_MESSAGES
copying build/lib/allauth/exceptions.py -> build/bdist.linux-aarch64/wheel/./allauth
creating build/bdist.linux-aarch64/wheel/allauth/usersessions
copying build/lib/allauth/usersessions/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/middleware.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/usersessions/tests
copying build/lib/allauth/usersessions/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/tests
copying build/lib/allauth/usersessions/tests/test_middleware.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/tests
copying build/lib/allauth/usersessions/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/tests
copying build/lib/allauth/usersessions/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/models.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/signals.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/views.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/admin.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/usersessions/migrations
copying build/lib/allauth/usersessions/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/migrations
copying build/lib/allauth/usersessions/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/migrations
copying build/lib/allauth/usersessions/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/usersessions/internal
creating build/bdist.linux-aarch64/wheel/allauth/usersessions/internal/flows
copying build/lib/allauth/usersessions/internal/flows/sessions.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/internal/flows
copying build/lib/allauth/usersessions/internal/flows/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/internal/flows
copying build/lib/allauth/usersessions/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions/internal
copying build/lib/allauth/usersessions/apps.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/usersessions/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/usersessions
copying build/lib/allauth/decorators.py -> build/bdist.linux-aarch64/wheel/./allauth
creating build/bdist.linux-aarch64/wheel/allauth/templates
creating build/bdist.linux-aarch64/wheel/allauth/templates/tests
copying build/lib/allauth/templates/tests/test_403_csrf.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/tests
creating build/bdist.linux-aarch64/wheel/allauth/templates/openid
copying build/lib/allauth/templates/openid/base.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/openid
copying build/lib/allauth/templates/openid/login.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/openid
creating build/bdist.linux-aarch64/wheel/allauth/templates/idp
creating build/bdist.linux-aarch64/wheel/allauth/templates/idp/oidc
copying build/lib/allauth/templates/idp/oidc/error.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/idp/oidc
copying build/lib/allauth/templates/idp/oidc/authorization_form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/idp/oidc
creating build/bdist.linux-aarch64/wheel/allauth/templates/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/templates/usersessions/messages
copying build/lib/allauth/templates/usersessions/messages/sessions_logged_out.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/usersessions/messages
copying build/lib/allauth/templates/usersessions/base_manage.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/usersessions
copying build/lib/allauth/templates/usersessions/usersession_list.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/templates/allauth
creating build/bdist.linux-aarch64/wheel/allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/provider_list.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/alert.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/h2.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/thead.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/button.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/table.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/td.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/p.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/h1.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/badge.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/panel.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/tr.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/field.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/tbody.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/details.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/hr.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/provider.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/img.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/button_group.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/th.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
copying build/lib/allauth/templates/allauth/elements/fields.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/elements
creating build/bdist.linux-aarch64/wheel/allauth/templates/allauth/layouts
copying build/lib/allauth/templates/allauth/layouts/base.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/layouts
copying build/lib/allauth/templates/allauth/layouts/entrance.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/layouts
copying build/lib/allauth/templates/allauth/layouts/manage.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/allauth/layouts
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa/messages
copying build/lib/allauth/templates/mfa/messages/totp_activated.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/messages
copying build/lib/allauth/templates/mfa/messages/totp_deactivated.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/messages
copying build/lib/allauth/templates/mfa/messages/webauthn_removed.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/messages
copying build/lib/allauth/templates/mfa/messages/webauthn_added.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/messages
copying build/lib/allauth/templates/mfa/messages/recovery_codes_generated.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/messages
copying build/lib/allauth/templates/mfa/base_manage.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa
copying build/lib/allauth/templates/mfa/base_entrance.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/webauthn_removed_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/totp_deactivated_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/recovery_codes_generated_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/totp_deactivated_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/webauthn_added_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/recovery_codes_generated_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/webauthn_added_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/totp_activated_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/totp_activated_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/email/webauthn_removed_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/email
copying build/lib/allauth/templates/mfa/trust.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa
copying build/lib/allauth/templates/mfa/index.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa/webauthn
copying build/lib/allauth/templates/mfa/webauthn/base.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
copying build/lib/allauth/templates/mfa/webauthn/edit_form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
copying build/lib/allauth/templates/mfa/webauthn/authenticator_confirm_delete.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa/webauthn/snippets
copying build/lib/allauth/templates/mfa/webauthn/snippets/scripts.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn/snippets
copying build/lib/allauth/templates/mfa/webauthn/snippets/login_script.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn/snippets
copying build/lib/allauth/templates/mfa/webauthn/add_form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
copying build/lib/allauth/templates/mfa/webauthn/reauthenticate.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
copying build/lib/allauth/templates/mfa/webauthn/signup_form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
copying build/lib/allauth/templates/mfa/webauthn/authenticator_list.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/webauthn
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa/totp
copying build/lib/allauth/templates/mfa/totp/base.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/totp
copying build/lib/allauth/templates/mfa/totp/activate_form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/totp
copying build/lib/allauth/templates/mfa/totp/deactivate_form.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/totp
copying build/lib/allauth/templates/mfa/reauthenticate.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa
creating build/bdist.linux-aarch64/wheel/allauth/templates/mfa/recovery_codes
copying build/lib/allauth/templates/mfa/recovery_codes/base.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/recovery_codes
copying build/lib/allauth/templates/mfa/recovery_codes/index.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/recovery_codes
copying build/lib/allauth/templates/mfa/recovery_codes/generate.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/recovery_codes
copying build/lib/allauth/templates/mfa/recovery_codes/download.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa/recovery_codes
copying build/lib/allauth/templates/mfa/authenticate.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/mfa
creating build/bdist.linux-aarch64/wheel/allauth/templates/socialaccount
copying build/lib/allauth/templates/socialaccount/connections.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/templates/socialaccount/messages
copying build/lib/allauth/templates/socialaccount/messages/account_disconnected.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/messages
copying build/lib/allauth/templates/socialaccount/messages/account_connected.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/messages
copying build/lib/allauth/templates/socialaccount/messages/account_connected_other.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/messages
copying build/lib/allauth/templates/socialaccount/messages/account_connected_updated.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/messages
copying build/lib/allauth/templates/socialaccount/base_manage.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
copying build/lib/allauth/templates/socialaccount/base_entrance.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/templates/socialaccount/email
copying build/lib/allauth/templates/socialaccount/email/account_connected_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/email
copying build/lib/allauth/templates/socialaccount/email/account_disconnected_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/email
copying build/lib/allauth/templates/socialaccount/email/account_disconnected_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/email
copying build/lib/allauth/templates/socialaccount/email/account_connected_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/email
creating build/bdist.linux-aarch64/wheel/allauth/templates/socialaccount/snippets
copying build/lib/allauth/templates/socialaccount/snippets/provider_list.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/snippets
copying build/lib/allauth/templates/socialaccount/snippets/login_extra.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/snippets
copying build/lib/allauth/templates/socialaccount/snippets/login.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount/snippets
copying build/lib/allauth/templates/socialaccount/signup.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
copying build/lib/allauth/templates/socialaccount/login_cancelled.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
copying build/lib/allauth/templates/socialaccount/login.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
copying build/lib/allauth/templates/socialaccount/authentication_error.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
copying build/lib/allauth/templates/socialaccount/login_redirect.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/templates/account
copying build/lib/allauth/templates/account/request_login_code.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_reauthenticate.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/confirm_login_code.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
creating build/bdist.linux-aarch64/wheel/allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/email_confirmed.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/password_changed.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/password_set.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/logged_out.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/phone_verified.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/unverified_primary_email.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/phone_verification_sent.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/email_deleted.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/logged_in.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/email_confirmation_sent.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/primary_email_set.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/cannot_delete_primary_email.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/email_confirmation_failed.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/messages/login_code_sent.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/messages
copying build/lib/allauth/templates/account/email.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_manage.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_entrance.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/phone_change.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
creating build/bdist.linux-aarch64/wheel/allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_changed_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_confirmation_signup_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_reset_key_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_reset_key_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/base_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/login_code_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_changed_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_reset_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_set_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_confirmation_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_deleted_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/login_code_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_confirmation_signup_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_set_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_changed_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_deleted_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_reset_code_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/unknown_account_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/account_already_exists_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_confirm_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_changed_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_reset_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/account_already_exists_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/unknown_account_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_confirm_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/password_reset_code_message.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/email_confirmation_subject.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/email/base_notification.txt -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/email
copying build/lib/allauth/templates/account/password_reset_from_key_done.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_confirm_code.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/password_reset.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/password_reset_from_key.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/signup_closed.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
creating build/bdist.linux-aarch64/wheel/allauth/templates/account/snippets
copying build/lib/allauth/templates/account/snippets/warn_no_email.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/snippets
copying build/lib/allauth/templates/account/snippets/already_logged_in.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account/snippets
copying build/lib/allauth/templates/account/account_inactive.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/verification_sent.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/confirm_email_verification_code.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/confirm_phone_verification_code.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/verified_email_required.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/reauthenticate.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/password_change.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/signup.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/password_reset_done.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_manage_email.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/password_set.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_manage_password.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/base_manage_phone.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/login.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/confirm_password_reset_code.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/email_change.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/signup_by_passkey.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/logout.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
copying build/lib/allauth/templates/account/email_confirm.html -> build/bdist.linux-aarch64/wheel/./allauth/templates/account
creating build/bdist.linux-aarch64/wheel/allauth/mfa
copying build/lib/allauth/mfa/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
creating build/bdist.linux-aarch64/wheel/allauth/mfa/static
creating build/bdist.linux-aarch64/wheel/allauth/mfa/static/mfa
creating build/bdist.linux-aarch64/wheel/allauth/mfa/static/mfa/js
copying build/lib/allauth/mfa/static/mfa/js/webauthn-json.js -> build/bdist.linux-aarch64/wheel/./allauth/mfa/static/mfa/js
copying build/lib/allauth/mfa/static/mfa/js/webauthn.js -> build/bdist.linux-aarch64/wheel/./allauth/mfa/static/mfa/js
copying build/lib/allauth/mfa/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/models.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/signals.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
creating build/bdist.linux-aarch64/wheel/allauth/mfa/webauthn
creating build/bdist.linux-aarch64/wheel/allauth/mfa/webauthn/tests
copying build/lib/allauth/mfa/webauthn/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn/tests
copying build/lib/allauth/mfa/webauthn/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn/tests
copying build/lib/allauth/mfa/webauthn/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn
copying build/lib/allauth/mfa/webauthn/views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn
copying build/lib/allauth/mfa/webauthn/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn
creating build/bdist.linux-aarch64/wheel/allauth/mfa/webauthn/internal
copying build/lib/allauth/mfa/webauthn/internal/auth.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn/internal
copying build/lib/allauth/mfa/webauthn/internal/flows.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn/internal
copying build/lib/allauth/mfa/webauthn/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn/internal
copying build/lib/allauth/mfa/webauthn/stages.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn
copying build/lib/allauth/mfa/webauthn/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/webauthn
copying build/lib/allauth/mfa/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/admin.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/checks.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
creating build/bdist.linux-aarch64/wheel/allauth/mfa/migrations
copying build/lib/allauth/mfa/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/migrations
copying build/lib/allauth/mfa/migrations/0002_authenticator_timestamps.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/migrations
copying build/lib/allauth/mfa/migrations/0003_authenticator_type_uniq.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/migrations
copying build/lib/allauth/mfa/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/migrations
creating build/bdist.linux-aarch64/wheel/allauth/mfa/totp
creating build/bdist.linux-aarch64/wheel/allauth/mfa/totp/tests
copying build/lib/allauth/mfa/totp/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp/tests
copying build/lib/allauth/mfa/totp/tests/test_unit.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp/tests
copying build/lib/allauth/mfa/totp/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp/tests
copying build/lib/allauth/mfa/totp/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp
copying build/lib/allauth/mfa/totp/views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp
copying build/lib/allauth/mfa/totp/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp
creating build/bdist.linux-aarch64/wheel/allauth/mfa/totp/internal
copying build/lib/allauth/mfa/totp/internal/auth.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp/internal
copying build/lib/allauth/mfa/totp/internal/flows.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp/internal
copying build/lib/allauth/mfa/totp/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp/internal
copying build/lib/allauth/mfa/totp/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/totp
creating build/bdist.linux-aarch64/wheel/allauth/mfa/internal
creating build/bdist.linux-aarch64/wheel/allauth/mfa/internal/flows
copying build/lib/allauth/mfa/internal/flows/add.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/internal/flows
copying build/lib/allauth/mfa/internal/flows/trust.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/internal/flows
copying build/lib/allauth/mfa/internal/flows/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/internal/flows
copying build/lib/allauth/mfa/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/internal
creating build/bdist.linux-aarch64/wheel/allauth/mfa/base
creating build/bdist.linux-aarch64/wheel/allauth/mfa/base/tests
copying build/lib/allauth/mfa/base/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base/tests
copying build/lib/allauth/mfa/base/tests/test_trust_fingerprint.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base/tests
copying build/lib/allauth/mfa/base/tests/test_trust.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base/tests
copying build/lib/allauth/mfa/base/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base/tests
copying build/lib/allauth/mfa/base/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base
copying build/lib/allauth/mfa/base/views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base
copying build/lib/allauth/mfa/base/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base
creating build/bdist.linux-aarch64/wheel/allauth/mfa/base/internal
copying build/lib/allauth/mfa/base/internal/flows.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base/internal
copying build/lib/allauth/mfa/base/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base/internal
copying build/lib/allauth/mfa/base/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/base
creating build/bdist.linux-aarch64/wheel/allauth/mfa/recovery_codes
creating build/bdist.linux-aarch64/wheel/allauth/mfa/recovery_codes/tests
copying build/lib/allauth/mfa/recovery_codes/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes/tests
copying build/lib/allauth/mfa/recovery_codes/tests/test_auth.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes/tests
copying build/lib/allauth/mfa/recovery_codes/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes/tests
copying build/lib/allauth/mfa/recovery_codes/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes
copying build/lib/allauth/mfa/recovery_codes/views.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes
copying build/lib/allauth/mfa/recovery_codes/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes
creating build/bdist.linux-aarch64/wheel/allauth/mfa/recovery_codes/internal
copying build/lib/allauth/mfa/recovery_codes/internal/auth.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes/internal
copying build/lib/allauth/mfa/recovery_codes/internal/flows.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes/internal
copying build/lib/allauth/mfa/recovery_codes/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes/internal
copying build/lib/allauth/mfa/recovery_codes/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa/recovery_codes
copying build/lib/allauth/mfa/apps.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/stages.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
copying build/lib/allauth/mfa/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/mfa
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount
copying build/lib/allauth/socialaccount/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/templatetags
copying build/lib/allauth/socialaccount/templatetags/socialaccount.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/templatetags
copying build/lib/allauth/socialaccount/templatetags/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/templatetags
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/test_registry.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/test_connect.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/test_login.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/test_adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/conftest.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/test_signup.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/tests
copying build/lib/allauth/socialaccount/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/signals.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/admin.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/checks.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/helpers.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/0005_socialtoken_nullable_app.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/0004_app_provider_id_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/0006_alter_socialaccount_extra_data.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/0003_extra_data_default_dict.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/0002_token_max_lengths.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
copying build/lib/allauth/socialaccount/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/migrations
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/mediawiki
copying build/lib/allauth/socialaccount/providers/mediawiki/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mediawiki
copying build/lib/allauth/socialaccount/providers/mediawiki/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mediawiki
copying build/lib/allauth/socialaccount/providers/mediawiki/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mediawiki
copying build/lib/allauth/socialaccount/providers/mediawiki/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mediawiki
copying build/lib/allauth/socialaccount/providers/mediawiki/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mediawiki
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/apple_session.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
copying build/lib/allauth/socialaccount/providers/apple/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/apple
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/reddit
copying build/lib/allauth/socialaccount/providers/reddit/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/reddit
copying build/lib/allauth/socialaccount/providers/reddit/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/reddit
copying build/lib/allauth/socialaccount/providers/reddit/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/reddit
copying build/lib/allauth/socialaccount/providers/reddit/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/reddit
copying build/lib/allauth/socialaccount/providers/reddit/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/reddit
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/yahoo
copying build/lib/allauth/socialaccount/providers/yahoo/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yahoo
copying build/lib/allauth/socialaccount/providers/yahoo/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yahoo
copying build/lib/allauth/socialaccount/providers/yahoo/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yahoo
copying build/lib/allauth/socialaccount/providers/yahoo/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yahoo
copying build/lib/allauth/socialaccount/providers/yahoo/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yahoo
copying build/lib/allauth/socialaccount/providers/yahoo/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yahoo
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/okta
copying build/lib/allauth/socialaccount/providers/okta/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/okta
copying build/lib/allauth/socialaccount/providers/okta/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/okta
copying build/lib/allauth/socialaccount/providers/okta/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/okta
copying build/lib/allauth/socialaccount/providers/okta/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/okta
copying build/lib/allauth/socialaccount/providers/okta/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/okta
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/angellist
copying build/lib/allauth/socialaccount/providers/angellist/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/angellist
copying build/lib/allauth/socialaccount/providers/angellist/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/angellist
copying build/lib/allauth/socialaccount/providers/angellist/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/angellist
copying build/lib/allauth/socialaccount/providers/angellist/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/angellist
copying build/lib/allauth/socialaccount/providers/angellist/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/angellist
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/gumroad
copying build/lib/allauth/socialaccount/providers/gumroad/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gumroad
copying build/lib/allauth/socialaccount/providers/gumroad/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gumroad
copying build/lib/allauth/socialaccount/providers/gumroad/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gumroad
copying build/lib/allauth/socialaccount/providers/gumroad/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gumroad
copying build/lib/allauth/socialaccount/providers/gumroad/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gumroad
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/pinterest
copying build/lib/allauth/socialaccount/providers/pinterest/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pinterest
copying build/lib/allauth/socialaccount/providers/pinterest/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pinterest
copying build/lib/allauth/socialaccount/providers/pinterest/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pinterest
copying build/lib/allauth/socialaccount/providers/pinterest/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pinterest
copying build/lib/allauth/socialaccount/providers/pinterest/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pinterest
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/steam
copying build/lib/allauth/socialaccount/providers/steam/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/steam
copying build/lib/allauth/socialaccount/providers/steam/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/steam
copying build/lib/allauth/socialaccount/providers/steam/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/steam
copying build/lib/allauth/socialaccount/providers/steam/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/steam
copying build/lib/allauth/socialaccount/providers/steam/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/steam
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/windowslive
copying build/lib/allauth/socialaccount/providers/windowslive/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/windowslive
copying build/lib/allauth/socialaccount/providers/windowslive/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/windowslive
copying build/lib/allauth/socialaccount/providers/windowslive/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/windowslive
copying build/lib/allauth/socialaccount/providers/windowslive/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/windowslive
copying build/lib/allauth/socialaccount/providers/windowslive/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/windowslive
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/microsoft
copying build/lib/allauth/socialaccount/providers/microsoft/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/microsoft
copying build/lib/allauth/socialaccount/providers/microsoft/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/microsoft
copying build/lib/allauth/socialaccount/providers/microsoft/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/microsoft
copying build/lib/allauth/socialaccount/providers/microsoft/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/microsoft
copying build/lib/allauth/socialaccount/providers/microsoft/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/microsoft
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/xing
copying build/lib/allauth/socialaccount/providers/xing/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/xing
copying build/lib/allauth/socialaccount/providers/xing/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/xing
copying build/lib/allauth/socialaccount/providers/xing/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/xing
copying build/lib/allauth/socialaccount/providers/xing/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/xing
copying build/lib/allauth/socialaccount/providers/xing/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/xing
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/conftest.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
copying build/lib/allauth/socialaccount/providers/saml/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/saml
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/gitlab
copying build/lib/allauth/socialaccount/providers/gitlab/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitlab
copying build/lib/allauth/socialaccount/providers/gitlab/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitlab
copying build/lib/allauth/socialaccount/providers/gitlab/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitlab
copying build/lib/allauth/socialaccount/providers/gitlab/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitlab
copying build/lib/allauth/socialaccount/providers/gitlab/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitlab
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/baidu
copying build/lib/allauth/socialaccount/providers/baidu/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/baidu
copying build/lib/allauth/socialaccount/providers/baidu/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/baidu
copying build/lib/allauth/socialaccount/providers/baidu/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/baidu
copying build/lib/allauth/socialaccount/providers/baidu/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/baidu
copying build/lib/allauth/socialaccount/providers/baidu/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/baidu
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/douban
copying build/lib/allauth/socialaccount/providers/douban/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/douban
copying build/lib/allauth/socialaccount/providers/douban/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/douban
copying build/lib/allauth/socialaccount/providers/douban/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/douban
copying build/lib/allauth/socialaccount/providers/douban/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/douban
copying build/lib/allauth/socialaccount/providers/douban/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/douban
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/oauth
copying build/lib/allauth/socialaccount/providers/oauth/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth
copying build/lib/allauth/socialaccount/providers/oauth/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth
copying build/lib/allauth/socialaccount/providers/oauth/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth
copying build/lib/allauth/socialaccount/providers/oauth/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth
copying build/lib/allauth/socialaccount/providers/oauth/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/foursquare
copying build/lib/allauth/socialaccount/providers/foursquare/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/foursquare
copying build/lib/allauth/socialaccount/providers/foursquare/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/foursquare
copying build/lib/allauth/socialaccount/providers/foursquare/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/foursquare
copying build/lib/allauth/socialaccount/providers/foursquare/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/foursquare
copying build/lib/allauth/socialaccount/providers/foursquare/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/foursquare
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/twentythreeandme
copying build/lib/allauth/socialaccount/providers/twentythreeandme/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twentythreeandme
copying build/lib/allauth/socialaccount/providers/twentythreeandme/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twentythreeandme
copying build/lib/allauth/socialaccount/providers/twentythreeandme/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twentythreeandme
copying build/lib/allauth/socialaccount/providers/twentythreeandme/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twentythreeandme
copying build/lib/allauth/socialaccount/providers/twentythreeandme/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twentythreeandme
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
copying build/lib/allauth/socialaccount/providers/pocket/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/pocket
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/agave
copying build/lib/allauth/socialaccount/providers/agave/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/agave
copying build/lib/allauth/socialaccount/providers/agave/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/agave
copying build/lib/allauth/socialaccount/providers/agave/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/agave
copying build/lib/allauth/socialaccount/providers/agave/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/agave
copying build/lib/allauth/socialaccount/providers/agave/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/agave
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/notion
copying build/lib/allauth/socialaccount/providers/notion/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/notion
copying build/lib/allauth/socialaccount/providers/notion/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/notion
copying build/lib/allauth/socialaccount/providers/notion/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/notion
copying build/lib/allauth/socialaccount/providers/notion/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/notion
copying build/lib/allauth/socialaccount/providers/notion/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/notion
copying build/lib/allauth/socialaccount/providers/notion/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/notion
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/feishu
copying build/lib/allauth/socialaccount/providers/feishu/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feishu
copying build/lib/allauth/socialaccount/providers/feishu/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feishu
copying build/lib/allauth/socialaccount/providers/feishu/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feishu
copying build/lib/allauth/socialaccount/providers/feishu/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feishu
copying build/lib/allauth/socialaccount/providers/feishu/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feishu
copying build/lib/allauth/socialaccount/providers/feishu/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feishu
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/sharefile
copying build/lib/allauth/socialaccount/providers/sharefile/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/sharefile
copying build/lib/allauth/socialaccount/providers/sharefile/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/sharefile
copying build/lib/allauth/socialaccount/providers/sharefile/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/sharefile
copying build/lib/allauth/socialaccount/providers/sharefile/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/sharefile
copying build/lib/allauth/socialaccount/providers/sharefile/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/sharefile
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/quickbooks
copying build/lib/allauth/socialaccount/providers/quickbooks/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/quickbooks
copying build/lib/allauth/socialaccount/providers/quickbooks/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/quickbooks
copying build/lib/allauth/socialaccount/providers/quickbooks/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/quickbooks
copying build/lib/allauth/socialaccount/providers/quickbooks/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/quickbooks
copying build/lib/allauth/socialaccount/providers/quickbooks/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/quickbooks
copying build/lib/allauth/socialaccount/providers/quickbooks/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/quickbooks
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/tumblr
copying build/lib/allauth/socialaccount/providers/tumblr/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr
copying build/lib/allauth/socialaccount/providers/tumblr/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr
copying build/lib/allauth/socialaccount/providers/tumblr/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr
copying build/lib/allauth/socialaccount/providers/tumblr/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr
copying build/lib/allauth/socialaccount/providers/tumblr/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/admin.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/openid/migrations
copying build/lib/allauth/socialaccount/providers/openid/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid/migrations
copying build/lib/allauth/socialaccount/providers/openid/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid/migrations
copying build/lib/allauth/socialaccount/providers/openid/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
copying build/lib/allauth/socialaccount/providers/openid/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/weibo
copying build/lib/allauth/socialaccount/providers/weibo/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weibo
copying build/lib/allauth/socialaccount/providers/weibo/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weibo
copying build/lib/allauth/socialaccount/providers/weibo/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weibo
copying build/lib/allauth/socialaccount/providers/weibo/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weibo
copying build/lib/allauth/socialaccount/providers/weibo/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weibo
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/google
copying build/lib/allauth/socialaccount/providers/google/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/google
copying build/lib/allauth/socialaccount/providers/google/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/google
copying build/lib/allauth/socialaccount/providers/google/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/google
copying build/lib/allauth/socialaccount/providers/google/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/google
copying build/lib/allauth/socialaccount/providers/google/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/google
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/salesforce
copying build/lib/allauth/socialaccount/providers/salesforce/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/salesforce
copying build/lib/allauth/socialaccount/providers/salesforce/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/salesforce
copying build/lib/allauth/socialaccount/providers/salesforce/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/salesforce
copying build/lib/allauth/socialaccount/providers/salesforce/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/salesforce
copying build/lib/allauth/socialaccount/providers/salesforce/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/salesforce
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/digitalocean
copying build/lib/allauth/socialaccount/providers/digitalocean/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/digitalocean
copying build/lib/allauth/socialaccount/providers/digitalocean/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/digitalocean
copying build/lib/allauth/socialaccount/providers/digitalocean/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/digitalocean
copying build/lib/allauth/socialaccount/providers/digitalocean/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/digitalocean
copying build/lib/allauth/socialaccount/providers/digitalocean/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/digitalocean
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/untappd
copying build/lib/allauth/socialaccount/providers/untappd/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/untappd
copying build/lib/allauth/socialaccount/providers/untappd/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/untappd
copying build/lib/allauth/socialaccount/providers/untappd/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/untappd
copying build/lib/allauth/socialaccount/providers/untappd/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/untappd
copying build/lib/allauth/socialaccount/providers/untappd/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/untappd
copying build/lib/allauth/socialaccount/providers/untappd/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/untappd
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/drip
copying build/lib/allauth/socialaccount/providers/drip/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/drip
copying build/lib/allauth/socialaccount/providers/drip/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/drip
copying build/lib/allauth/socialaccount/providers/drip/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/drip
copying build/lib/allauth/socialaccount/providers/drip/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/drip
copying build/lib/allauth/socialaccount/providers/drip/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/drip
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/zoom
copying build/lib/allauth/socialaccount/providers/zoom/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoom
copying build/lib/allauth/socialaccount/providers/zoom/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoom
copying build/lib/allauth/socialaccount/providers/zoom/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoom
copying build/lib/allauth/socialaccount/providers/zoom/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoom
copying build/lib/allauth/socialaccount/providers/zoom/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoom
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/stripe
copying build/lib/allauth/socialaccount/providers/stripe/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stripe
copying build/lib/allauth/socialaccount/providers/stripe/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stripe
copying build/lib/allauth/socialaccount/providers/stripe/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stripe
copying build/lib/allauth/socialaccount/providers/stripe/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stripe
copying build/lib/allauth/socialaccount/providers/stripe/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stripe
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/vimeo_oauth2
copying build/lib/allauth/socialaccount/providers/vimeo_oauth2/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo_oauth2
copying build/lib/allauth/socialaccount/providers/vimeo_oauth2/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo_oauth2
copying build/lib/allauth/socialaccount/providers/vimeo_oauth2/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo_oauth2
copying build/lib/allauth/socialaccount/providers/vimeo_oauth2/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo_oauth2
copying build/lib/allauth/socialaccount/providers/vimeo_oauth2/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo_oauth2
copying build/lib/allauth/socialaccount/providers/vimeo_oauth2/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo_oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/strava
copying build/lib/allauth/socialaccount/providers/strava/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/strava
copying build/lib/allauth/socialaccount/providers/strava/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/strava
copying build/lib/allauth/socialaccount/providers/strava/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/strava
copying build/lib/allauth/socialaccount/providers/strava/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/strava
copying build/lib/allauth/socialaccount/providers/strava/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/strava
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/robinhood
copying build/lib/allauth/socialaccount/providers/robinhood/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/robinhood
copying build/lib/allauth/socialaccount/providers/robinhood/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/robinhood
copying build/lib/allauth/socialaccount/providers/robinhood/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/robinhood
copying build/lib/allauth/socialaccount/providers/robinhood/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/robinhood
copying build/lib/allauth/socialaccount/providers/robinhood/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/robinhood
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/twitter
copying build/lib/allauth/socialaccount/providers/twitter/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter
copying build/lib/allauth/socialaccount/providers/twitter/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter
copying build/lib/allauth/socialaccount/providers/twitter/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter
copying build/lib/allauth/socialaccount/providers/twitter/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter
copying build/lib/allauth/socialaccount/providers/twitter/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/gitea
copying build/lib/allauth/socialaccount/providers/gitea/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitea
copying build/lib/allauth/socialaccount/providers/gitea/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitea
copying build/lib/allauth/socialaccount/providers/gitea/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitea
copying build/lib/allauth/socialaccount/providers/gitea/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitea
copying build/lib/allauth/socialaccount/providers/gitea/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/gitea
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dataporten
copying build/lib/allauth/socialaccount/providers/dataporten/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dataporten
copying build/lib/allauth/socialaccount/providers/dataporten/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dataporten
copying build/lib/allauth/socialaccount/providers/dataporten/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dataporten
copying build/lib/allauth/socialaccount/providers/dataporten/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dataporten
copying build/lib/allauth/socialaccount/providers/dataporten/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dataporten
copying build/lib/allauth/socialaccount/providers/dataporten/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dataporten
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/discord
copying build/lib/allauth/socialaccount/providers/discord/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/discord
copying build/lib/allauth/socialaccount/providers/discord/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/discord
copying build/lib/allauth/socialaccount/providers/discord/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/discord
copying build/lib/allauth/socialaccount/providers/discord/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/discord
copying build/lib/allauth/socialaccount/providers/discord/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/discord
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/trello
copying build/lib/allauth/socialaccount/providers/trello/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trello
copying build/lib/allauth/socialaccount/providers/trello/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trello
copying build/lib/allauth/socialaccount/providers/trello/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trello
copying build/lib/allauth/socialaccount/providers/trello/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trello
copying build/lib/allauth/socialaccount/providers/trello/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trello
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/nextcloud
copying build/lib/allauth/socialaccount/providers/nextcloud/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/nextcloud
copying build/lib/allauth/socialaccount/providers/nextcloud/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/nextcloud
copying build/lib/allauth/socialaccount/providers/nextcloud/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/nextcloud
copying build/lib/allauth/socialaccount/providers/nextcloud/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/nextcloud
copying build/lib/allauth/socialaccount/providers/nextcloud/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/nextcloud
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dingtalk
copying build/lib/allauth/socialaccount/providers/dingtalk/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dingtalk
copying build/lib/allauth/socialaccount/providers/dingtalk/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dingtalk
copying build/lib/allauth/socialaccount/providers/dingtalk/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dingtalk
copying build/lib/allauth/socialaccount/providers/dingtalk/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dingtalk
copying build/lib/allauth/socialaccount/providers/dingtalk/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dingtalk
copying build/lib/allauth/socialaccount/providers/dingtalk/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dingtalk
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/edmodo
copying build/lib/allauth/socialaccount/providers/edmodo/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edmodo
copying build/lib/allauth/socialaccount/providers/edmodo/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edmodo
copying build/lib/allauth/socialaccount/providers/edmodo/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edmodo
copying build/lib/allauth/socialaccount/providers/edmodo/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edmodo
copying build/lib/allauth/socialaccount/providers/edmodo/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edmodo
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/figma
copying build/lib/allauth/socialaccount/providers/figma/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/figma
copying build/lib/allauth/socialaccount/providers/figma/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/figma
copying build/lib/allauth/socialaccount/providers/figma/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/figma
copying build/lib/allauth/socialaccount/providers/figma/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/figma
copying build/lib/allauth/socialaccount/providers/figma/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/figma
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/constants.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
copying build/lib/allauth/socialaccount/providers/snapchat/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/snapchat
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/basecamp
copying build/lib/allauth/socialaccount/providers/basecamp/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/basecamp
copying build/lib/allauth/socialaccount/providers/basecamp/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/basecamp
copying build/lib/allauth/socialaccount/providers/basecamp/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/basecamp
copying build/lib/allauth/socialaccount/providers/basecamp/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/basecamp
copying build/lib/allauth/socialaccount/providers/basecamp/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/basecamp
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/orcid
copying build/lib/allauth/socialaccount/providers/orcid/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/orcid
copying build/lib/allauth/socialaccount/providers/orcid/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/orcid
copying build/lib/allauth/socialaccount/providers/orcid/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/orcid
copying build/lib/allauth/socialaccount/providers/orcid/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/orcid
copying build/lib/allauth/socialaccount/providers/orcid/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/orcid
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/hubic
copying build/lib/allauth/socialaccount/providers/hubic/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubic
copying build/lib/allauth/socialaccount/providers/hubic/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubic
copying build/lib/allauth/socialaccount/providers/hubic/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubic
copying build/lib/allauth/socialaccount/providers/hubic/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubic
copying build/lib/allauth/socialaccount/providers/hubic/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubic
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/vimeo
copying build/lib/allauth/socialaccount/providers/vimeo/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo
copying build/lib/allauth/socialaccount/providers/vimeo/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo
copying build/lib/allauth/socialaccount/providers/vimeo/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo
copying build/lib/allauth/socialaccount/providers/vimeo/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo
copying build/lib/allauth/socialaccount/providers/vimeo/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vimeo
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/shopify
copying build/lib/allauth/socialaccount/providers/shopify/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/shopify
copying build/lib/allauth/socialaccount/providers/shopify/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/shopify
copying build/lib/allauth/socialaccount/providers/shopify/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/shopify
copying build/lib/allauth/socialaccount/providers/shopify/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/shopify
copying build/lib/allauth/socialaccount/providers/shopify/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/shopify
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/miro
copying build/lib/allauth/socialaccount/providers/miro/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/miro
copying build/lib/allauth/socialaccount/providers/miro/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/miro
copying build/lib/allauth/socialaccount/providers/miro/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/miro
copying build/lib/allauth/socialaccount/providers/miro/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/miro
copying build/lib/allauth/socialaccount/providers/miro/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/miro
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/tumblr_oauth2
copying build/lib/allauth/socialaccount/providers/tumblr_oauth2/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr_oauth2
copying build/lib/allauth/socialaccount/providers/tumblr_oauth2/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr_oauth2
copying build/lib/allauth/socialaccount/providers/tumblr_oauth2/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr_oauth2
copying build/lib/allauth/socialaccount/providers/tumblr_oauth2/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr_oauth2
copying build/lib/allauth/socialaccount/providers/tumblr_oauth2/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tumblr_oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/coinbase
copying build/lib/allauth/socialaccount/providers/coinbase/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/coinbase
copying build/lib/allauth/socialaccount/providers/coinbase/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/coinbase
copying build/lib/allauth/socialaccount/providers/coinbase/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/coinbase
copying build/lib/allauth/socialaccount/providers/coinbase/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/coinbase
copying build/lib/allauth/socialaccount/providers/coinbase/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/coinbase
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/frontier
copying build/lib/allauth/socialaccount/providers/frontier/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/frontier
copying build/lib/allauth/socialaccount/providers/frontier/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/frontier
copying build/lib/allauth/socialaccount/providers/frontier/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/frontier
copying build/lib/allauth/socialaccount/providers/frontier/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/frontier
copying build/lib/allauth/socialaccount/providers/frontier/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/frontier
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/bitly
copying build/lib/allauth/socialaccount/providers/bitly/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitly
copying build/lib/allauth/socialaccount/providers/bitly/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitly
copying build/lib/allauth/socialaccount/providers/bitly/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitly
copying build/lib/allauth/socialaccount/providers/bitly/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitly
copying build/lib/allauth/socialaccount/providers/bitly/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitly
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/trainingpeaks
copying build/lib/allauth/socialaccount/providers/trainingpeaks/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trainingpeaks
copying build/lib/allauth/socialaccount/providers/trainingpeaks/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trainingpeaks
copying build/lib/allauth/socialaccount/providers/trainingpeaks/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trainingpeaks
copying build/lib/allauth/socialaccount/providers/trainingpeaks/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trainingpeaks
copying build/lib/allauth/socialaccount/providers/trainingpeaks/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/trainingpeaks
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/slack
copying build/lib/allauth/socialaccount/providers/slack/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/slack
copying build/lib/allauth/socialaccount/providers/slack/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/slack
copying build/lib/allauth/socialaccount/providers/slack/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/slack
copying build/lib/allauth/socialaccount/providers/slack/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/slack
copying build/lib/allauth/socialaccount/providers/slack/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/slack
copying build/lib/allauth/socialaccount/providers/slack/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/slack
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/linkedin_oauth2
copying build/lib/allauth/socialaccount/providers/linkedin_oauth2/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/linkedin_oauth2
copying build/lib/allauth/socialaccount/providers/linkedin_oauth2/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/linkedin_oauth2
copying build/lib/allauth/socialaccount/providers/linkedin_oauth2/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/linkedin_oauth2
copying build/lib/allauth/socialaccount/providers/linkedin_oauth2/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/linkedin_oauth2
copying build/lib/allauth/socialaccount/providers/linkedin_oauth2/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/linkedin_oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/soundcloud
copying build/lib/allauth/socialaccount/providers/soundcloud/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/soundcloud
copying build/lib/allauth/socialaccount/providers/soundcloud/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/soundcloud
copying build/lib/allauth/socialaccount/providers/soundcloud/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/soundcloud
copying build/lib/allauth/socialaccount/providers/soundcloud/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/soundcloud
copying build/lib/allauth/socialaccount/providers/soundcloud/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/soundcloud
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/questrade
copying build/lib/allauth/socialaccount/providers/questrade/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/questrade
copying build/lib/allauth/socialaccount/providers/questrade/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/questrade
copying build/lib/allauth/socialaccount/providers/questrade/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/questrade
copying build/lib/allauth/socialaccount/providers/questrade/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/questrade
copying build/lib/allauth/socialaccount/providers/questrade/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/questrade
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/constants.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
copying build/lib/allauth/socialaccount/providers/patreon/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/patreon
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dropbox
copying build/lib/allauth/socialaccount/providers/dropbox/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dropbox
copying build/lib/allauth/socialaccount/providers/dropbox/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dropbox
copying build/lib/allauth/socialaccount/providers/dropbox/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dropbox
copying build/lib/allauth/socialaccount/providers/dropbox/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dropbox
copying build/lib/allauth/socialaccount/providers/dropbox/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dropbox
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/jupyterhub
copying build/lib/allauth/socialaccount/providers/jupyterhub/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/jupyterhub
copying build/lib/allauth/socialaccount/providers/jupyterhub/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/jupyterhub
copying build/lib/allauth/socialaccount/providers/jupyterhub/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/jupyterhub
copying build/lib/allauth/socialaccount/providers/jupyterhub/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/jupyterhub
copying build/lib/allauth/socialaccount/providers/jupyterhub/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/jupyterhub
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/kakao
copying build/lib/allauth/socialaccount/providers/kakao/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/kakao
copying build/lib/allauth/socialaccount/providers/kakao/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/kakao
copying build/lib/allauth/socialaccount/providers/kakao/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/kakao
copying build/lib/allauth/socialaccount/providers/kakao/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/kakao
copying build/lib/allauth/socialaccount/providers/kakao/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/kakao
copying build/lib/allauth/socialaccount/providers/kakao/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/kakao
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/bitbucket_oauth2
copying build/lib/allauth/socialaccount/providers/bitbucket_oauth2/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitbucket_oauth2
copying build/lib/allauth/socialaccount/providers/bitbucket_oauth2/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitbucket_oauth2
copying build/lib/allauth/socialaccount/providers/bitbucket_oauth2/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitbucket_oauth2
copying build/lib/allauth/socialaccount/providers/bitbucket_oauth2/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitbucket_oauth2
copying build/lib/allauth/socialaccount/providers/bitbucket_oauth2/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/bitbucket_oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/hubspot
copying build/lib/allauth/socialaccount/providers/hubspot/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubspot
copying build/lib/allauth/socialaccount/providers/hubspot/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubspot
copying build/lib/allauth/socialaccount/providers/hubspot/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubspot
copying build/lib/allauth/socialaccount/providers/hubspot/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubspot
copying build/lib/allauth/socialaccount/providers/hubspot/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/hubspot
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/openid_connect
copying build/lib/allauth/socialaccount/providers/openid_connect/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid_connect
copying build/lib/allauth/socialaccount/providers/openid_connect/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid_connect
copying build/lib/allauth/socialaccount/providers/openid_connect/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid_connect
copying build/lib/allauth/socialaccount/providers/openid_connect/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid_connect
copying build/lib/allauth/socialaccount/providers/openid_connect/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openid_connect
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/daum
copying build/lib/allauth/socialaccount/providers/daum/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/daum
copying build/lib/allauth/socialaccount/providers/daum/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/daum
copying build/lib/allauth/socialaccount/providers/daum/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/daum
copying build/lib/allauth/socialaccount/providers/daum/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/daum
copying build/lib/allauth/socialaccount/providers/daum/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/daum
copying build/lib/allauth/socialaccount/providers/daum/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/daum
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/line
copying build/lib/allauth/socialaccount/providers/line/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/line
copying build/lib/allauth/socialaccount/providers/line/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/line
copying build/lib/allauth/socialaccount/providers/line/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/line
copying build/lib/allauth/socialaccount/providers/line/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/line
copying build/lib/allauth/socialaccount/providers/line/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/line
copying build/lib/allauth/socialaccount/providers/line/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/line
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/constants.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
copying build/lib/allauth/socialaccount/providers/fxa/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fxa
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/globus
copying build/lib/allauth/socialaccount/providers/globus/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/globus
copying build/lib/allauth/socialaccount/providers/globus/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/globus
copying build/lib/allauth/socialaccount/providers/globus/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/globus
copying build/lib/allauth/socialaccount/providers/globus/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/globus
copying build/lib/allauth/socialaccount/providers/globus/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/globus
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/netiq
copying build/lib/allauth/socialaccount/providers/netiq/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/netiq
copying build/lib/allauth/socialaccount/providers/netiq/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/netiq
copying build/lib/allauth/socialaccount/providers/netiq/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/netiq
copying build/lib/allauth/socialaccount/providers/netiq/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/netiq
copying build/lib/allauth/socialaccount/providers/netiq/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/netiq
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/doximity
copying build/lib/allauth/socialaccount/providers/doximity/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/doximity
copying build/lib/allauth/socialaccount/providers/doximity/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/doximity
copying build/lib/allauth/socialaccount/providers/doximity/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/doximity
copying build/lib/allauth/socialaccount/providers/doximity/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/doximity
copying build/lib/allauth/socialaccount/providers/doximity/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/doximity
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/fivehundredpx
copying build/lib/allauth/socialaccount/providers/fivehundredpx/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fivehundredpx
copying build/lib/allauth/socialaccount/providers/fivehundredpx/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fivehundredpx
copying build/lib/allauth/socialaccount/providers/fivehundredpx/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fivehundredpx
copying build/lib/allauth/socialaccount/providers/fivehundredpx/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fivehundredpx
copying build/lib/allauth/socialaccount/providers/fivehundredpx/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fivehundredpx
copying build/lib/allauth/socialaccount/providers/fivehundredpx/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/fivehundredpx
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/eveonline
copying build/lib/allauth/socialaccount/providers/eveonline/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eveonline
copying build/lib/allauth/socialaccount/providers/eveonline/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eveonline
copying build/lib/allauth/socialaccount/providers/eveonline/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eveonline
copying build/lib/allauth/socialaccount/providers/eveonline/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eveonline
copying build/lib/allauth/socialaccount/providers/eveonline/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eveonline
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/authentiq
copying build/lib/allauth/socialaccount/providers/authentiq/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/authentiq
copying build/lib/allauth/socialaccount/providers/authentiq/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/authentiq
copying build/lib/allauth/socialaccount/providers/authentiq/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/authentiq
copying build/lib/allauth/socialaccount/providers/authentiq/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/authentiq
copying build/lib/allauth/socialaccount/providers/authentiq/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/authentiq
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/base
copying build/lib/allauth/socialaccount/providers/base/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/base
copying build/lib/allauth/socialaccount/providers/base/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/base
copying build/lib/allauth/socialaccount/providers/base/constants.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/base
copying build/lib/allauth/socialaccount/providers/base/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/base
copying build/lib/allauth/socialaccount/providers/base/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/base
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/exist
copying build/lib/allauth/socialaccount/providers/exist/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/exist
copying build/lib/allauth/socialaccount/providers/exist/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/exist
copying build/lib/allauth/socialaccount/providers/exist/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/exist
copying build/lib/allauth/socialaccount/providers/exist/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/exist
copying build/lib/allauth/socialaccount/providers/exist/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/exist
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/scope.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
copying build/lib/allauth/socialaccount/providers/tiktok/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/tiktok
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/flickr
copying build/lib/allauth/socialaccount/providers/flickr/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/flickr
copying build/lib/allauth/socialaccount/providers/flickr/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/flickr
copying build/lib/allauth/socialaccount/providers/flickr/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/flickr
copying build/lib/allauth/socialaccount/providers/flickr/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/flickr
copying build/lib/allauth/socialaccount/providers/flickr/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/flickr
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/evernote
copying build/lib/allauth/socialaccount/providers/evernote/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/evernote
copying build/lib/allauth/socialaccount/providers/evernote/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/evernote
copying build/lib/allauth/socialaccount/providers/evernote/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/evernote
copying build/lib/allauth/socialaccount/providers/evernote/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/evernote
copying build/lib/allauth/socialaccount/providers/evernote/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/evernote
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/telegram
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/telegram/static
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/telegram/static/telegram
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/telegram/static/telegram/js
copying build/lib/allauth/socialaccount/providers/telegram/static/telegram/js/telegram.js -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram/static/telegram/js
copying build/lib/allauth/socialaccount/providers/telegram/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram
copying build/lib/allauth/socialaccount/providers/telegram/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram
copying build/lib/allauth/socialaccount/providers/telegram/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram
copying build/lib/allauth/socialaccount/providers/telegram/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/telegram/templates
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/telegram/templates/telegram
copying build/lib/allauth/socialaccount/providers/telegram/templates/telegram/callback.html -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram/templates/telegram
copying build/lib/allauth/socialaccount/providers/telegram/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/telegram
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/twitch
copying build/lib/allauth/socialaccount/providers/twitch/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitch
copying build/lib/allauth/socialaccount/providers/twitch/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitch
copying build/lib/allauth/socialaccount/providers/twitch/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitch
copying build/lib/allauth/socialaccount/providers/twitch/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitch
copying build/lib/allauth/socialaccount/providers/twitch/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitch
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/amazon_cognito
copying build/lib/allauth/socialaccount/providers/amazon_cognito/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon_cognito
copying build/lib/allauth/socialaccount/providers/amazon_cognito/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon_cognito
copying build/lib/allauth/socialaccount/providers/amazon_cognito/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon_cognito
copying build/lib/allauth/socialaccount/providers/amazon_cognito/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon_cognito
copying build/lib/allauth/socialaccount/providers/amazon_cognito/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon_cognito
copying build/lib/allauth/socialaccount/providers/amazon_cognito/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon_cognito
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/validators.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
copying build/lib/allauth/socialaccount/providers/battlenet/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/battlenet
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/odnoklassniki
copying build/lib/allauth/socialaccount/providers/odnoklassniki/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/odnoklassniki
copying build/lib/allauth/socialaccount/providers/odnoklassniki/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/odnoklassniki
copying build/lib/allauth/socialaccount/providers/odnoklassniki/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/odnoklassniki
copying build/lib/allauth/socialaccount/providers/odnoklassniki/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/odnoklassniki
copying build/lib/allauth/socialaccount/providers/odnoklassniki/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/odnoklassniki
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/naver
copying build/lib/allauth/socialaccount/providers/naver/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/naver
copying build/lib/allauth/socialaccount/providers/naver/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/naver
copying build/lib/allauth/socialaccount/providers/naver/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/naver
copying build/lib/allauth/socialaccount/providers/naver/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/naver
copying build/lib/allauth/socialaccount/providers/naver/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/naver
copying build/lib/allauth/socialaccount/providers/naver/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/naver
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/weixin
copying build/lib/allauth/socialaccount/providers/weixin/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weixin
copying build/lib/allauth/socialaccount/providers/weixin/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weixin
copying build/lib/allauth/socialaccount/providers/weixin/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weixin
copying build/lib/allauth/socialaccount/providers/weixin/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weixin
copying build/lib/allauth/socialaccount/providers/weixin/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weixin
copying build/lib/allauth/socialaccount/providers/weixin/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/weixin
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/feedly
copying build/lib/allauth/socialaccount/providers/feedly/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feedly
copying build/lib/allauth/socialaccount/providers/feedly/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feedly
copying build/lib/allauth/socialaccount/providers/feedly/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feedly
copying build/lib/allauth/socialaccount/providers/feedly/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feedly
copying build/lib/allauth/socialaccount/providers/feedly/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/feedly
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/instagram
copying build/lib/allauth/socialaccount/providers/instagram/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/instagram
copying build/lib/allauth/socialaccount/providers/instagram/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/instagram
copying build/lib/allauth/socialaccount/providers/instagram/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/instagram
copying build/lib/allauth/socialaccount/providers/instagram/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/instagram
copying build/lib/allauth/socialaccount/providers/instagram/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/instagram
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/twitter_oauth2
copying build/lib/allauth/socialaccount/providers/twitter_oauth2/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter_oauth2
copying build/lib/allauth/socialaccount/providers/twitter_oauth2/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter_oauth2
copying build/lib/allauth/socialaccount/providers/twitter_oauth2/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter_oauth2
copying build/lib/allauth/socialaccount/providers/twitter_oauth2/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter_oauth2
copying build/lib/allauth/socialaccount/providers/twitter_oauth2/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/twitter_oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/yandex
copying build/lib/allauth/socialaccount/providers/yandex/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yandex
copying build/lib/allauth/socialaccount/providers/yandex/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yandex
copying build/lib/allauth/socialaccount/providers/yandex/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yandex
copying build/lib/allauth/socialaccount/providers/yandex/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yandex
copying build/lib/allauth/socialaccount/providers/yandex/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/yandex
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/auth0
copying build/lib/allauth/socialaccount/providers/auth0/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/auth0
copying build/lib/allauth/socialaccount/providers/auth0/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/auth0
copying build/lib/allauth/socialaccount/providers/auth0/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/auth0
copying build/lib/allauth/socialaccount/providers/auth0/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/auth0
copying build/lib/allauth/socialaccount/providers/auth0/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/auth0
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/spotify
copying build/lib/allauth/socialaccount/providers/spotify/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/spotify
copying build/lib/allauth/socialaccount/providers/spotify/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/spotify
copying build/lib/allauth/socialaccount/providers/spotify/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/spotify
copying build/lib/allauth/socialaccount/providers/spotify/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/spotify
copying build/lib/allauth/socialaccount/providers/spotify/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/spotify
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dummy
copying build/lib/allauth/socialaccount/providers/dummy/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy
copying build/lib/allauth/socialaccount/providers/dummy/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy
copying build/lib/allauth/socialaccount/providers/dummy/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy
copying build/lib/allauth/socialaccount/providers/dummy/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy
copying build/lib/allauth/socialaccount/providers/dummy/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dummy/templates
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dummy/templates/dummy
copying build/lib/allauth/socialaccount/providers/dummy/templates/dummy/authenticate_form.html -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy/templates/dummy
copying build/lib/allauth/socialaccount/providers/dummy/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dummy
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/dwolla
copying build/lib/allauth/socialaccount/providers/dwolla/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dwolla
copying build/lib/allauth/socialaccount/providers/dwolla/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dwolla
copying build/lib/allauth/socialaccount/providers/dwolla/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dwolla
copying build/lib/allauth/socialaccount/providers/dwolla/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dwolla
copying build/lib/allauth/socialaccount/providers/dwolla/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dwolla
copying build/lib/allauth/socialaccount/providers/dwolla/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/dwolla
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/mailchimp
copying build/lib/allauth/socialaccount/providers/mailchimp/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailchimp
copying build/lib/allauth/socialaccount/providers/mailchimp/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailchimp
copying build/lib/allauth/socialaccount/providers/mailchimp/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailchimp
copying build/lib/allauth/socialaccount/providers/mailchimp/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailchimp
copying build/lib/allauth/socialaccount/providers/mailchimp/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailchimp
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/wahoo
copying build/lib/allauth/socialaccount/providers/wahoo/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/wahoo
copying build/lib/allauth/socialaccount/providers/wahoo/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/wahoo
copying build/lib/allauth/socialaccount/providers/wahoo/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/wahoo
copying build/lib/allauth/socialaccount/providers/wahoo/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/wahoo
copying build/lib/allauth/socialaccount/providers/wahoo/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/wahoo
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/paypal
copying build/lib/allauth/socialaccount/providers/paypal/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/paypal
copying build/lib/allauth/socialaccount/providers/paypal/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/paypal
copying build/lib/allauth/socialaccount/providers/paypal/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/paypal
copying build/lib/allauth/socialaccount/providers/paypal/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/paypal
copying build/lib/allauth/socialaccount/providers/paypal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/paypal
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/mailcow
copying build/lib/allauth/socialaccount/providers/mailcow/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailcow
copying build/lib/allauth/socialaccount/providers/mailcow/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailcow
copying build/lib/allauth/socialaccount/providers/mailcow/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailcow
copying build/lib/allauth/socialaccount/providers/mailcow/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailcow
copying build/lib/allauth/socialaccount/providers/mailcow/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailcow
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/cilogon
copying build/lib/allauth/socialaccount/providers/cilogon/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/cilogon
copying build/lib/allauth/socialaccount/providers/cilogon/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/cilogon
copying build/lib/allauth/socialaccount/providers/cilogon/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/cilogon
copying build/lib/allauth/socialaccount/providers/cilogon/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/cilogon
copying build/lib/allauth/socialaccount/providers/cilogon/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/cilogon
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/atlassian
copying build/lib/allauth/socialaccount/providers/atlassian/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/atlassian
copying build/lib/allauth/socialaccount/providers/atlassian/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/atlassian
copying build/lib/allauth/socialaccount/providers/atlassian/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/atlassian
copying build/lib/allauth/socialaccount/providers/atlassian/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/atlassian
copying build/lib/allauth/socialaccount/providers/atlassian/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/atlassian
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/github
copying build/lib/allauth/socialaccount/providers/github/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/github
copying build/lib/allauth/socialaccount/providers/github/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/github
copying build/lib/allauth/socialaccount/providers/github/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/github
copying build/lib/allauth/socialaccount/providers/github/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/github
copying build/lib/allauth/socialaccount/providers/github/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/github
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/zoho
copying build/lib/allauth/socialaccount/providers/zoho/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoho
copying build/lib/allauth/socialaccount/providers/zoho/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoho
copying build/lib/allauth/socialaccount/providers/zoho/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoho
copying build/lib/allauth/socialaccount/providers/zoho/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoho
copying build/lib/allauth/socialaccount/providers/zoho/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/zoho
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook/static
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook/static/facebook
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook/static/facebook/js
copying build/lib/allauth/socialaccount/providers/facebook/static/facebook/js/fbconnect.js -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook/static/facebook/js
copying build/lib/allauth/socialaccount/providers/facebook/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/constants.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook/templates
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook/templates/facebook
copying build/lib/allauth/socialaccount/providers/facebook/templates/facebook/fbconnect.html -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook/templates/facebook
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/facebook/data
copying build/lib/allauth/socialaccount/providers/facebook/data/FacebookLocales.xml -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook/data
copying build/lib/allauth/socialaccount/providers/facebook/flows.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/locale.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
copying build/lib/allauth/socialaccount/providers/facebook/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/facebook
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/asana
copying build/lib/allauth/socialaccount/providers/asana/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/asana
copying build/lib/allauth/socialaccount/providers/asana/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/asana
copying build/lib/allauth/socialaccount/providers/asana/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/asana
copying build/lib/allauth/socialaccount/providers/asana/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/asana
copying build/lib/allauth/socialaccount/providers/asana/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/asana
copying build/lib/allauth/socialaccount/providers/asana/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/asana
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/lemonldap
copying build/lib/allauth/socialaccount/providers/lemonldap/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lemonldap
copying build/lib/allauth/socialaccount/providers/lemonldap/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lemonldap
copying build/lib/allauth/socialaccount/providers/lemonldap/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lemonldap
copying build/lib/allauth/socialaccount/providers/lemonldap/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lemonldap
copying build/lib/allauth/socialaccount/providers/lemonldap/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lemonldap
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/vk
copying build/lib/allauth/socialaccount/providers/vk/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vk
copying build/lib/allauth/socialaccount/providers/vk/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vk
copying build/lib/allauth/socialaccount/providers/vk/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vk
copying build/lib/allauth/socialaccount/providers/vk/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vk
copying build/lib/allauth/socialaccount/providers/vk/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/vk
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/meetup
copying build/lib/allauth/socialaccount/providers/meetup/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/meetup
copying build/lib/allauth/socialaccount/providers/meetup/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/meetup
copying build/lib/allauth/socialaccount/providers/meetup/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/meetup
copying build/lib/allauth/socialaccount/providers/meetup/models.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/meetup
copying build/lib/allauth/socialaccount/providers/meetup/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/meetup
copying build/lib/allauth/socialaccount/providers/meetup/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/meetup
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/box
copying build/lib/allauth/socialaccount/providers/box/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/box
copying build/lib/allauth/socialaccount/providers/box/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/box
copying build/lib/allauth/socialaccount/providers/box/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/box
copying build/lib/allauth/socialaccount/providers/box/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/box
copying build/lib/allauth/socialaccount/providers/box/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/box
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/mailru
copying build/lib/allauth/socialaccount/providers/mailru/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailru
copying build/lib/allauth/socialaccount/providers/mailru/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailru
copying build/lib/allauth/socialaccount/providers/mailru/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailru
copying build/lib/allauth/socialaccount/providers/mailru/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailru
copying build/lib/allauth/socialaccount/providers/mailru/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/mailru
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/stackexchange
copying build/lib/allauth/socialaccount/providers/stackexchange/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stackexchange
copying build/lib/allauth/socialaccount/providers/stackexchange/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stackexchange
copying build/lib/allauth/socialaccount/providers/stackexchange/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stackexchange
copying build/lib/allauth/socialaccount/providers/stackexchange/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stackexchange
copying build/lib/allauth/socialaccount/providers/stackexchange/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stackexchange
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/eventbrite
copying build/lib/allauth/socialaccount/providers/eventbrite/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eventbrite
copying build/lib/allauth/socialaccount/providers/eventbrite/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eventbrite
copying build/lib/allauth/socialaccount/providers/eventbrite/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eventbrite
copying build/lib/allauth/socialaccount/providers/eventbrite/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eventbrite
copying build/lib/allauth/socialaccount/providers/eventbrite/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/eventbrite
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/disqus
copying build/lib/allauth/socialaccount/providers/disqus/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/disqus
copying build/lib/allauth/socialaccount/providers/disqus/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/disqus
copying build/lib/allauth/socialaccount/providers/disqus/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/disqus
copying build/lib/allauth/socialaccount/providers/disqus/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/disqus
copying build/lib/allauth/socialaccount/providers/disqus/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/disqus
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/clever
copying build/lib/allauth/socialaccount/providers/clever/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/clever
copying build/lib/allauth/socialaccount/providers/clever/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/clever
copying build/lib/allauth/socialaccount/providers/clever/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/clever
copying build/lib/allauth/socialaccount/providers/clever/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/clever
copying build/lib/allauth/socialaccount/providers/clever/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/clever
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/amazon
copying build/lib/allauth/socialaccount/providers/amazon/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon
copying build/lib/allauth/socialaccount/providers/amazon/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon
copying build/lib/allauth/socialaccount/providers/amazon/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon
copying build/lib/allauth/socialaccount/providers/amazon/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon
copying build/lib/allauth/socialaccount/providers/amazon/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/amazon
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/ynab
copying build/lib/allauth/socialaccount/providers/ynab/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/ynab
copying build/lib/allauth/socialaccount/providers/ynab/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/ynab
copying build/lib/allauth/socialaccount/providers/ynab/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/ynab
copying build/lib/allauth/socialaccount/providers/ynab/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/ynab
copying build/lib/allauth/socialaccount/providers/ynab/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/ynab
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/openstreetmap
copying build/lib/allauth/socialaccount/providers/openstreetmap/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openstreetmap
copying build/lib/allauth/socialaccount/providers/openstreetmap/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openstreetmap
copying build/lib/allauth/socialaccount/providers/openstreetmap/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openstreetmap
copying build/lib/allauth/socialaccount/providers/openstreetmap/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openstreetmap
copying build/lib/allauth/socialaccount/providers/openstreetmap/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/openstreetmap
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/stocktwits
copying build/lib/allauth/socialaccount/providers/stocktwits/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stocktwits
copying build/lib/allauth/socialaccount/providers/stocktwits/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stocktwits
copying build/lib/allauth/socialaccount/providers/stocktwits/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stocktwits
copying build/lib/allauth/socialaccount/providers/stocktwits/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stocktwits
copying build/lib/allauth/socialaccount/providers/stocktwits/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/stocktwits
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/edx
copying build/lib/allauth/socialaccount/providers/edx/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edx
copying build/lib/allauth/socialaccount/providers/edx/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edx
copying build/lib/allauth/socialaccount/providers/edx/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edx
copying build/lib/allauth/socialaccount/providers/edx/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edx
copying build/lib/allauth/socialaccount/providers/edx/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/edx
copying build/lib/allauth/socialaccount/providers/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/oauth2/tests
copying build/lib/allauth/socialaccount/providers/oauth2/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2/tests
copying build/lib/allauth/socialaccount/providers/oauth2/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2/tests
copying build/lib/allauth/socialaccount/providers/oauth2/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2
copying build/lib/allauth/socialaccount/providers/oauth2/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2
copying build/lib/allauth/socialaccount/providers/oauth2/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2
copying build/lib/allauth/socialaccount/providers/oauth2/client.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2
copying build/lib/allauth/socialaccount/providers/oauth2/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2
copying build/lib/allauth/socialaccount/providers/oauth2/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/oauth2
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/draugiem
copying build/lib/allauth/socialaccount/providers/draugiem/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/draugiem
copying build/lib/allauth/socialaccount/providers/draugiem/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/draugiem
copying build/lib/allauth/socialaccount/providers/draugiem/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/draugiem
copying build/lib/allauth/socialaccount/providers/draugiem/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/draugiem
copying build/lib/allauth/socialaccount/providers/draugiem/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/draugiem
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/providers/lichess
copying build/lib/allauth/socialaccount/providers/lichess/tests.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lichess
copying build/lib/allauth/socialaccount/providers/lichess/provider.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lichess
copying build/lib/allauth/socialaccount/providers/lichess/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lichess
copying build/lib/allauth/socialaccount/providers/lichess/views.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lichess
copying build/lib/allauth/socialaccount/providers/lichess/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/providers/lichess
copying build/lib/allauth/socialaccount/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/internal
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/internal/tests
copying build/lib/allauth/socialaccount/internal/tests/test_statekit.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/tests
copying build/lib/allauth/socialaccount/internal/tests/test_jwtkit.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/tests
copying build/lib/allauth/socialaccount/internal/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/tests
copying build/lib/allauth/socialaccount/internal/jwtkit.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal
creating build/bdist.linux-aarch64/wheel/allauth/socialaccount/internal/flows
copying build/lib/allauth/socialaccount/internal/flows/email_authentication.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/flows
copying build/lib/allauth/socialaccount/internal/flows/login.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/flows
copying build/lib/allauth/socialaccount/internal/flows/signup.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/flows
copying build/lib/allauth/socialaccount/internal/flows/connect.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/flows
copying build/lib/allauth/socialaccount/internal/flows/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal/flows
copying build/lib/allauth/socialaccount/internal/statekit.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal
copying build/lib/allauth/socialaccount/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount/internal
copying build/lib/allauth/socialaccount/sessions.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/conftest.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/apps.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/socialaccount/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/socialaccount
copying build/lib/allauth/conftest.py -> build/bdist.linux-aarch64/wheel/./allauth
creating build/bdist.linux-aarch64/wheel/allauth/headless
copying build/lib/allauth/headless/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
creating build/bdist.linux-aarch64/wheel/allauth/headless/tests
copying build/lib/allauth/headless/tests/test_tokens.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/tests
copying build/lib/allauth/headless/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/tests
copying build/lib/allauth/headless/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
copying build/lib/allauth/headless/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
copying build/lib/allauth/headless/constants.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
creating build/bdist.linux-aarch64/wheel/allauth/headless/contrib
creating build/bdist.linux-aarch64/wheel/allauth/headless/contrib/ninja
creating build/bdist.linux-aarch64/wheel/allauth/headless/contrib/ninja/tests
copying build/lib/allauth/headless/contrib/ninja/tests/test_security.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/ninja/tests
copying build/lib/allauth/headless/contrib/ninja/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/ninja/tests
copying build/lib/allauth/headless/contrib/ninja/security.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/ninja
copying build/lib/allauth/headless/contrib/ninja/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/ninja
creating build/bdist.linux-aarch64/wheel/allauth/headless/contrib/rest_framework
creating build/bdist.linux-aarch64/wheel/allauth/headless/contrib/rest_framework/tests
copying build/lib/allauth/headless/contrib/rest_framework/tests/test_authentication.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/rest_framework/tests
copying build/lib/allauth/headless/contrib/rest_framework/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/rest_framework/tests
copying build/lib/allauth/headless/contrib/rest_framework/authentication.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/rest_framework
copying build/lib/allauth/headless/contrib/rest_framework/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib/rest_framework
copying build/lib/allauth/headless/contrib/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/contrib
copying build/lib/allauth/headless/checks.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
creating build/bdist.linux-aarch64/wheel/allauth/headless/internal
creating build/bdist.linux-aarch64/wheel/allauth/headless/internal/tests
copying build/lib/allauth/headless/internal/tests/test_authkit.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal/tests
copying build/lib/allauth/headless/internal/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal/tests
creating build/bdist.linux-aarch64/wheel/allauth/headless/internal/restkit
copying build/lib/allauth/headless/internal/restkit/response.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal/restkit
copying build/lib/allauth/headless/internal/restkit/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal/restkit
copying build/lib/allauth/headless/internal/restkit/inputs.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal/restkit
copying build/lib/allauth/headless/internal/restkit/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal/restkit
copying build/lib/allauth/headless/internal/decorators.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal
copying build/lib/allauth/headless/internal/sessionkit.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal
copying build/lib/allauth/headless/internal/authkit.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal
copying build/lib/allauth/headless/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/internal
creating build/bdist.linux-aarch64/wheel/allauth/headless/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/headless/usersessions/tests
copying build/lib/allauth/headless/usersessions/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions/tests
copying build/lib/allauth/headless/usersessions/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions/tests
copying build/lib/allauth/headless/usersessions/response.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions
copying build/lib/allauth/headless/usersessions/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions
copying build/lib/allauth/headless/usersessions/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions
copying build/lib/allauth/headless/usersessions/inputs.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions
copying build/lib/allauth/headless/usersessions/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/usersessions
creating build/bdist.linux-aarch64/wheel/allauth/headless/templates
creating build/bdist.linux-aarch64/wheel/allauth/headless/templates/headless
creating build/bdist.linux-aarch64/wheel/allauth/headless/templates/headless/spec
copying build/lib/allauth/headless/templates/headless/spec/swagger_cdn.html -> build/bdist.linux-aarch64/wheel/./allauth/headless/templates/headless/spec
copying build/lib/allauth/headless/templates/headless/spec/redoc_cdn.html -> build/bdist.linux-aarch64/wheel/./allauth/headless/templates/headless/spec
creating build/bdist.linux-aarch64/wheel/allauth/headless/spec
creating build/bdist.linux-aarch64/wheel/allauth/headless/spec/tests
copying build/lib/allauth/headless/spec/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec/tests
copying build/lib/allauth/headless/spec/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec/tests
copying build/lib/allauth/headless/spec/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec
copying build/lib/allauth/headless/spec/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec
creating build/bdist.linux-aarch64/wheel/allauth/headless/spec/internal
copying build/lib/allauth/headless/spec/internal/schema.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec/internal
copying build/lib/allauth/headless/spec/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec/internal
creating build/bdist.linux-aarch64/wheel/allauth/headless/spec/doc
copying build/lib/allauth/headless/spec/doc/description.md -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec/doc
copying build/lib/allauth/headless/spec/doc/openapi.yaml -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec/doc
copying build/lib/allauth/headless/spec/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/spec
creating build/bdist.linux-aarch64/wheel/allauth/headless/base
creating build/bdist.linux-aarch64/wheel/allauth/headless/base/tests
copying build/lib/allauth/headless/base/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/base/tests
copying build/lib/allauth/headless/base/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/base/tests
copying build/lib/allauth/headless/base/response.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/base
copying build/lib/allauth/headless/base/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/base
copying build/lib/allauth/headless/base/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/base
copying build/lib/allauth/headless/base/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/base
creating build/bdist.linux-aarch64/wheel/allauth/headless/mfa
creating build/bdist.linux-aarch64/wheel/allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/tests/test_recovery_codes.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/tests/test_totp.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/tests/test_webauthn.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/tests/test_trust.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa/tests
copying build/lib/allauth/headless/mfa/response.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa
copying build/lib/allauth/headless/mfa/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa
copying build/lib/allauth/headless/mfa/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa
copying build/lib/allauth/headless/mfa/inputs.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa
copying build/lib/allauth/headless/mfa/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/mfa
creating build/bdist.linux-aarch64/wheel/allauth/headless/tokens
copying build/lib/allauth/headless/tokens/base.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/tokens
copying build/lib/allauth/headless/tokens/sessions.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/tokens
copying build/lib/allauth/headless/tokens/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/tokens
creating build/bdist.linux-aarch64/wheel/allauth/headless/socialaccount
creating build/bdist.linux-aarch64/wheel/allauth/headless/socialaccount/tests
copying build/lib/allauth/headless/socialaccount/tests/test_views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount/tests
copying build/lib/allauth/headless/socialaccount/tests/test_inputs.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount/tests
copying build/lib/allauth/headless/socialaccount/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount/tests
copying build/lib/allauth/headless/socialaccount/response.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/socialaccount/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/socialaccount/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/socialaccount/internal.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/socialaccount/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/socialaccount/inputs.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/socialaccount/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/socialaccount
copying build/lib/allauth/headless/conftest.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
copying build/lib/allauth/headless/apps.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
creating build/bdist.linux-aarch64/wheel/allauth/headless/account
creating build/bdist.linux-aarch64/wheel/allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_login_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_phone.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_login.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_session.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_email_verification_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_reauthentication.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_email_verification.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_reset_password.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_signup.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_reset_password_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_change_password.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/tests/test_change_email.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account/tests
copying build/lib/allauth/headless/account/response.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account
copying build/lib/allauth/headless/account/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account
copying build/lib/allauth/headless/account/views.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account
copying build/lib/allauth/headless/account/inputs.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account
copying build/lib/allauth/headless/account/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless/account
copying build/lib/allauth/headless/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/headless
creating build/bdist.linux-aarch64/wheel/allauth/account
copying build/lib/allauth/account/app_settings.py -> build/bdist.linux-aarch64/wheel/./allauth/account
creating build/bdist.linux-aarch64/wheel/allauth/account/templatetags
copying build/lib/allauth/account/templatetags/account.py -> build/bdist.linux-aarch64/wheel/./allauth/account/templatetags
copying build/lib/allauth/account/templatetags/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/templatetags
copying build/lib/allauth/account/middleware.py -> build/bdist.linux-aarch64/wheel/./allauth/account
creating build/bdist.linux-aarch64/wheel/allauth/account/tests
copying build/lib/allauth/account/tests/test_logout.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_login_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_phone.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_ratelimit.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_decorators.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_middleware.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_login.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_models.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_ajax.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_email_verification_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_reauthentication.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_auth_backends.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_email_verification.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_commands.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_reset_password.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_signup.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_security.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_reset_password_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_change_password.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
copying build/lib/allauth/account/tests/test_change_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/tests
creating build/bdist.linux-aarch64/wheel/allauth/account/static
creating build/bdist.linux-aarch64/wheel/allauth/account/static/account
creating build/bdist.linux-aarch64/wheel/allauth/account/static/account/js
copying build/lib/allauth/account/static/account/js/account.js -> build/bdist.linux-aarch64/wheel/./allauth/account/static/account/js
copying build/lib/allauth/account/static/account/js/onload.js -> build/bdist.linux-aarch64/wheel/./allauth/account/static/account/js
copying build/lib/allauth/account/urls.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/models.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/signals.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/views.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/authentication.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/adapter.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/mixins.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/admin.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/checks.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/managers.py -> build/bdist.linux-aarch64/wheel/./allauth/account
creating build/bdist.linux-aarch64/wheel/allauth/account/migrations
copying build/lib/allauth/account/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0005_emailaddress_idx_upper_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0009_emailaddress_unique_primary_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0007_emailaddress_idx_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0006_emailaddress_lower.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0002_email_max_length.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0008_emailaddress_unique_primary_email_fixup.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0003_alter_emailaddress_create_unique_verified_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/migrations/0004_alter_emailaddress_drop_unique_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/migrations
copying build/lib/allauth/account/forms.py -> build/bdist.linux-aarch64/wheel/./allauth/account
creating build/bdist.linux-aarch64/wheel/allauth/account/internal
copying build/lib/allauth/account/internal/userkit.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal
copying build/lib/allauth/account/internal/stagekit.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal
copying build/lib/allauth/account/internal/decorators.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal
creating build/bdist.linux-aarch64/wheel/allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/manage_email.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/login_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/email_verification_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/password_change.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/logout.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/password_reset_by_code.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/password_reset.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/email_verification.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/reauthentication.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/login.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/signup.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/phone_verification.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/code_verification.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/flows/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal/flows
copying build/lib/allauth/account/internal/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/internal
creating build/bdist.linux-aarch64/wheel/allauth/account/management
creating build/bdist.linux-aarch64/wheel/allauth/account/management/commands
copying build/lib/allauth/account/management/commands/account_unsetmultipleprimaryemails.py -> build/bdist.linux-aarch64/wheel/./allauth/account/management/commands
copying build/lib/allauth/account/management/commands/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/management/commands
copying build/lib/allauth/account/management/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account/management
copying build/lib/allauth/account/decorators.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/reauthentication.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/apps.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/stages.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/fields.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/utils.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/auth_backends.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/account/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth/account
copying build/lib/allauth/ratelimit.py -> build/bdist.linux-aarch64/wheel/./allauth
copying build/lib/allauth/utils.py -> build/bdist.linux-aarch64/wheel/./allauth
copying build/lib/allauth/__init__.py -> build/bdist.linux-aarch64/wheel/./allauth
running install_egg_info
Copying django_allauth.egg-info to build/bdist.linux-aarch64/wheel/./django_allauth-65.9.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/django_allauth-65.9.0.dist-info/WHEEL
creating '/build/python-django-allauth/src/django-allauth/dist/.tmp-bowqx7g8/django_allauth-65.9.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'allauth/__init__.py'
adding 'allauth/app_settings.py'
adding 'allauth/conftest.py'
adding 'allauth/decorators.py'
adding 'allauth/exceptions.py'
adding 'allauth/models.py'
adding 'allauth/ratelimit.py'
adding 'allauth/urls.py'
adding 'allauth/utils.py'
adding 'allauth/account/__init__.py'
adding 'allauth/account/adapter.py'
adding 'allauth/account/admin.py'
adding 'allauth/account/app_settings.py'
adding 'allauth/account/apps.py'
adding 'allauth/account/auth_backends.py'
adding 'allauth/account/authentication.py'
adding 'allauth/account/checks.py'
adding 'allauth/account/decorators.py'
adding 'allauth/account/fields.py'
adding 'allauth/account/forms.py'
adding 'allauth/account/managers.py'
adding 'allauth/account/middleware.py'
adding 'allauth/account/mixins.py'
adding 'allauth/account/models.py'
adding 'allauth/account/reauthentication.py'
adding 'allauth/account/signals.py'
adding 'allauth/account/stages.py'
adding 'allauth/account/urls.py'
adding 'allauth/account/utils.py'
adding 'allauth/account/views.py'
adding 'allauth/account/internal/__init__.py'
adding 'allauth/account/internal/decorators.py'
adding 'allauth/account/internal/stagekit.py'
adding 'allauth/account/internal/userkit.py'
adding 'allauth/account/internal/flows/__init__.py'
adding 'allauth/account/internal/flows/code_verification.py'
adding 'allauth/account/internal/flows/email_verification.py'
adding 'allauth/account/internal/flows/email_verification_by_code.py'
adding 'allauth/account/internal/flows/login.py'
adding 'allauth/account/internal/flows/login_by_code.py'
adding 'allauth/account/internal/flows/logout.py'
adding 'allauth/account/internal/flows/manage_email.py'
adding 'allauth/account/internal/flows/password_change.py'
adding 'allauth/account/internal/flows/password_reset.py'
adding 'allauth/account/internal/flows/password_reset_by_code.py'
adding 'allauth/account/internal/flows/phone_verification.py'
adding 'allauth/account/internal/flows/reauthentication.py'
adding 'allauth/account/internal/flows/signup.py'
adding 'allauth/account/management/__init__.py'
adding 'allauth/account/management/commands/__init__.py'
adding 'allauth/account/management/commands/account_unsetmultipleprimaryemails.py'
adding 'allauth/account/migrations/0001_initial.py'
adding 'allauth/account/migrations/0002_email_max_length.py'
adding 'allauth/account/migrations/0003_alter_emailaddress_create_unique_verified_email.py'
adding 'allauth/account/migrations/0004_alter_emailaddress_drop_unique_email.py'
adding 'allauth/account/migrations/0005_emailaddress_idx_upper_email.py'
adding 'allauth/account/migrations/0006_emailaddress_lower.py'
adding 'allauth/account/migrations/0007_emailaddress_idx_email.py'
adding 'allauth/account/migrations/0008_emailaddress_unique_primary_email_fixup.py'
adding 'allauth/account/migrations/0009_emailaddress_unique_primary_email.py'
adding 'allauth/account/migrations/__init__.py'
adding 'allauth/account/static/account/js/account.js'
adding 'allauth/account/static/account/js/onload.js'
adding 'allauth/account/templatetags/__init__.py'
adding 'allauth/account/templatetags/account.py'
adding 'allauth/account/tests/__init__.py'
adding 'allauth/account/tests/test_adapter.py'
adding 'allauth/account/tests/test_ajax.py'
adding 'allauth/account/tests/test_auth_backends.py'
adding 'allauth/account/tests/test_change_email.py'
adding 'allauth/account/tests/test_change_password.py'
adding 'allauth/account/tests/test_commands.py'
adding 'allauth/account/tests/test_decorators.py'
adding 'allauth/account/tests/test_email_verification.py'
adding 'allauth/account/tests/test_email_verification_by_code.py'
adding 'allauth/account/tests/test_login.py'
adding 'allauth/account/tests/test_login_by_code.py'
adding 'allauth/account/tests/test_logout.py'
adding 'allauth/account/tests/test_middleware.py'
adding 'allauth/account/tests/test_models.py'
adding 'allauth/account/tests/test_phone.py'
adding 'allauth/account/tests/test_ratelimit.py'
adding 'allauth/account/tests/test_reauthentication.py'
adding 'allauth/account/tests/test_reset_password.py'
adding 'allauth/account/tests/test_reset_password_by_code.py'
adding 'allauth/account/tests/test_security.py'
adding 'allauth/account/tests/test_signup.py'
adding 'allauth/account/tests/test_utils.py'
adding 'allauth/core/__init__.py'
adding 'allauth/core/context.py'
adding 'allauth/core/exceptions.py'
adding 'allauth/core/ratelimit.py'
adding 'allauth/core/internal/__init__.py'
adding 'allauth/core/internal/adapter.py'
adding 'allauth/core/internal/cryptokit.py'
adding 'allauth/core/internal/httpkit.py'
adding 'allauth/core/internal/jwkkit.py'
adding 'allauth/core/internal/modelkit.py'
adding 'allauth/core/internal/ratelimit.py'
adding 'allauth/core/internal/tests/__init__.py'
adding 'allauth/core/internal/tests/test_httpkit.py'
adding 'allauth/core/internal/tests/test_modelkit.py'
adding 'allauth/core/internal/tests/test_ratelimit.py'
adding 'allauth/headless/__init__.py'
adding 'allauth/headless/adapter.py'
adding 'allauth/headless/app_settings.py'
adding 'allauth/headless/apps.py'
adding 'allauth/headless/checks.py'
adding 'allauth/headless/conftest.py'
adding 'allauth/headless/constants.py'
adding 'allauth/headless/urls.py'
adding 'allauth/headless/account/__init__.py'
adding 'allauth/headless/account/inputs.py'
adding 'allauth/headless/account/response.py'
adding 'allauth/headless/account/urls.py'
adding 'allauth/headless/account/views.py'
adding 'allauth/headless/account/tests/__init__.py'
adding 'allauth/headless/account/tests/test_change_email.py'
adding 'allauth/headless/account/tests/test_change_password.py'
adding 'allauth/headless/account/tests/test_email_verification.py'
adding 'allauth/headless/account/tests/test_email_verification_by_code.py'
adding 'allauth/headless/account/tests/test_login.py'
adding 'allauth/headless/account/tests/test_login_by_code.py'
adding 'allauth/headless/account/tests/test_phone.py'
adding 'allauth/headless/account/tests/test_reauthentication.py'
adding 'allauth/headless/account/tests/test_reset_password.py'
adding 'allauth/headless/account/tests/test_reset_password_by_code.py'
adding 'allauth/headless/account/tests/test_session.py'
adding 'allauth/headless/account/tests/test_signup.py'
adding 'allauth/headless/base/__init__.py'
adding 'allauth/headless/base/response.py'
adding 'allauth/headless/base/urls.py'
adding 'allauth/headless/base/views.py'
adding 'allauth/headless/base/tests/__init__.py'
adding 'allauth/headless/base/tests/test_views.py'
adding 'allauth/headless/contrib/__init__.py'
adding 'allauth/headless/contrib/ninja/__init__.py'
adding 'allauth/headless/contrib/ninja/security.py'
adding 'allauth/headless/contrib/ninja/tests/__init__.py'
adding 'allauth/headless/contrib/ninja/tests/test_security.py'
adding 'allauth/headless/contrib/rest_framework/__init__.py'
adding 'allauth/headless/contrib/rest_framework/authentication.py'
adding 'allauth/headless/contrib/rest_framework/tests/__init__.py'
adding 'allauth/headless/contrib/rest_framework/tests/test_authentication.py'
adding 'allauth/headless/internal/__init__.py'
adding 'allauth/headless/internal/authkit.py'
adding 'allauth/headless/internal/decorators.py'
adding 'allauth/headless/internal/sessionkit.py'
adding 'allauth/headless/internal/restkit/__init__.py'
adding 'allauth/headless/internal/restkit/inputs.py'
adding 'allauth/headless/internal/restkit/response.py'
adding 'allauth/headless/internal/restkit/views.py'
adding 'allauth/headless/internal/tests/__init__.py'
adding 'allauth/headless/internal/tests/test_authkit.py'
adding 'allauth/headless/mfa/__init__.py'
adding 'allauth/headless/mfa/inputs.py'
adding 'allauth/headless/mfa/response.py'
adding 'allauth/headless/mfa/urls.py'
adding 'allauth/headless/mfa/views.py'
adding 'allauth/headless/mfa/tests/__init__.py'
adding 'allauth/headless/mfa/tests/test_recovery_codes.py'
adding 'allauth/headless/mfa/tests/test_totp.py'
adding 'allauth/headless/mfa/tests/test_trust.py'
adding 'allauth/headless/mfa/tests/test_views.py'
adding 'allauth/headless/mfa/tests/test_webauthn.py'
adding 'allauth/headless/socialaccount/__init__.py'
adding 'allauth/headless/socialaccount/forms.py'
adding 'allauth/headless/socialaccount/inputs.py'
adding 'allauth/headless/socialaccount/internal.py'
adding 'allauth/headless/socialaccount/response.py'
adding 'allauth/headless/socialaccount/urls.py'
adding 'allauth/headless/socialaccount/views.py'
adding 'allauth/headless/socialaccount/tests/__init__.py'
adding 'allauth/headless/socialaccount/tests/test_inputs.py'
adding 'allauth/headless/socialaccount/tests/test_views.py'
adding 'allauth/headless/spec/__init__.py'
adding 'allauth/headless/spec/urls.py'
adding 'allauth/headless/spec/views.py'
adding 'allauth/headless/spec/doc/description.md'
adding 'allauth/headless/spec/doc/openapi.yaml'
adding 'allauth/headless/spec/internal/__init__.py'
adding 'allauth/headless/spec/internal/schema.py'
adding 'allauth/headless/spec/tests/__init__.py'
adding 'allauth/headless/spec/tests/test_views.py'
adding 'allauth/headless/templates/headless/spec/redoc_cdn.html'
adding 'allauth/headless/templates/headless/spec/swagger_cdn.html'
adding 'allauth/headless/tests/__init__.py'
adding 'allauth/headless/tests/test_tokens.py'
adding 'allauth/headless/tokens/__init__.py'
adding 'allauth/headless/tokens/base.py'
adding 'allauth/headless/tokens/sessions.py'
adding 'allauth/headless/usersessions/__init__.py'
adding 'allauth/headless/usersessions/inputs.py'
adding 'allauth/headless/usersessions/response.py'
adding 'allauth/headless/usersessions/urls.py'
adding 'allauth/headless/usersessions/views.py'
adding 'allauth/headless/usersessions/tests/__init__.py'
adding 'allauth/headless/usersessions/tests/test_views.py'
adding 'allauth/idp/__init__.py'
adding 'allauth/idp/urls.py'
adding 'allauth/idp/oidc/__init__.py'
adding 'allauth/idp/oidc/adapter.py'
adding 'allauth/idp/oidc/admin.py'
adding 'allauth/idp/oidc/app_settings.py'
adding 'allauth/idp/oidc/apps.py'
adding 'allauth/idp/oidc/conftest.py'
adding 'allauth/idp/oidc/forms.py'
adding 'allauth/idp/oidc/models.py'
adding 'allauth/idp/oidc/urls.py'
adding 'allauth/idp/oidc/views.py'
adding 'allauth/idp/oidc/contrib/__init__.py'
adding 'allauth/idp/oidc/contrib/ninja/__init__.py'
adding 'allauth/idp/oidc/contrib/ninja/security.py'
adding 'allauth/idp/oidc/contrib/ninja/tests/__init__.py'
adding 'allauth/idp/oidc/contrib/ninja/tests/test_views.py'
adding 'allauth/idp/oidc/contrib/rest_framework/__init__.py'
adding 'allauth/idp/oidc/contrib/rest_framework/authentication.py'
adding 'allauth/idp/oidc/contrib/rest_framework/permissions.py'
adding 'allauth/idp/oidc/contrib/rest_framework/tests/__init__.py'
adding 'allauth/idp/oidc/contrib/rest_framework/tests/test_views.py'
adding 'allauth/idp/oidc/internal/__init__.py'
adding 'allauth/idp/oidc/internal/clientkit.py'
adding 'allauth/idp/oidc/internal/scope.py'
adding 'allauth/idp/oidc/internal/oauthlib/__init__.py'
adding 'allauth/idp/oidc/internal/oauthlib/authorization_codes.py'
adding 'allauth/idp/oidc/internal/oauthlib/request_validator.py'
adding 'allauth/idp/oidc/internal/oauthlib/server.py'
adding 'allauth/idp/oidc/internal/oauthlib/utils.py'
adding 'allauth/idp/oidc/internal/oauthlib/tests/__init__.py'
adding 'allauth/idp/oidc/internal/oauthlib/tests/test_request_validator.py'
adding 'allauth/idp/oidc/migrations/0001_initial.py'
adding 'allauth/idp/oidc/migrations/__init__.py'
adding 'allauth/idp/oidc/tests/__init__.py'
adding 'allauth/idp/oidc/tests/test_authorization.py'
adding 'allauth/idp/oidc/tests/test_tokens.py'
adding 'allauth/idp/oidc/tests/test_views.py'
adding 'allauth/locale/ar/LC_MESSAGES/django.po'
adding 'allauth/locale/az/LC_MESSAGES/django.po'
adding 'allauth/locale/bg/LC_MESSAGES/django.po'
adding 'allauth/locale/ca/LC_MESSAGES/django.po'
adding 'allauth/locale/cs/LC_MESSAGES/django.po'
adding 'allauth/locale/da/LC_MESSAGES/django.po'
adding 'allauth/locale/de/LC_MESSAGES/django.po'
adding 'allauth/locale/el/LC_MESSAGES/django.po'
adding 'allauth/locale/en/LC_MESSAGES/django.po'
adding 'allauth/locale/es/LC_MESSAGES/django.po'
adding 'allauth/locale/et/LC_MESSAGES/django.po'
adding 'allauth/locale/eu/LC_MESSAGES/django.po'
adding 'allauth/locale/fa/LC_MESSAGES/django.po'
adding 'allauth/locale/fi/LC_MESSAGES/django.po'
adding 'allauth/locale/fr/LC_MESSAGES/django.po'
adding 'allauth/locale/he/LC_MESSAGES/django.po'
adding 'allauth/locale/hr/LC_MESSAGES/django.po'
adding 'allauth/locale/hu/LC_MESSAGES/django.po'
adding 'allauth/locale/id/LC_MESSAGES/django.po'
adding 'allauth/locale/it/LC_MESSAGES/django.po'
adding 'allauth/locale/ja/LC_MESSAGES/django.po'
adding 'allauth/locale/ka/LC_MESSAGES/django.po'
adding 'allauth/locale/ko/LC_MESSAGES/django.po'
adding 'allauth/locale/ky/LC_MESSAGES/django.po'
adding 'allauth/locale/lt/LC_MESSAGES/django.po'
adding 'allauth/locale/lv/LC_MESSAGES/django.po'
adding 'allauth/locale/mn/LC_MESSAGES/django.po'
adding 'allauth/locale/nb/LC_MESSAGES/django.po'
adding 'allauth/locale/nl/LC_MESSAGES/django.po'
adding 'allauth/locale/pl/LC_MESSAGES/django.po'
adding 'allauth/locale/pt_BR/LC_MESSAGES/django.po'
adding 'allauth/locale/pt_PT/LC_MESSAGES/django.po'
adding 'allauth/locale/ro/LC_MESSAGES/django.po'
adding 'allauth/locale/ru/LC_MESSAGES/django.po'
adding 'allauth/locale/sk/LC_MESSAGES/django.po'
adding 'allauth/locale/sl/LC_MESSAGES/django.po'
adding 'allauth/locale/sr/LC_MESSAGES/django.po'
adding 'allauth/locale/sr_Latn/LC_MESSAGES/django.po'
adding 'allauth/locale/sv/LC_MESSAGES/django.po'
adding 'allauth/locale/th/LC_MESSAGES/django.po'
adding 'allauth/locale/tr/LC_MESSAGES/django.po'
adding 'allauth/locale/uk/LC_MESSAGES/django.po'
adding 'allauth/locale/uz/LC_MESSAGES/django.po'
adding 'allauth/locale/zh_Hans/LC_MESSAGES/django.po'
adding 'allauth/locale/zh_Hant/LC_MESSAGES/django.po'
adding 'allauth/mfa/__init__.py'
adding 'allauth/mfa/adapter.py'
adding 'allauth/mfa/admin.py'
adding 'allauth/mfa/app_settings.py'
adding 'allauth/mfa/apps.py'
adding 'allauth/mfa/checks.py'
adding 'allauth/mfa/models.py'
adding 'allauth/mfa/signals.py'
adding 'allauth/mfa/stages.py'
adding 'allauth/mfa/urls.py'
adding 'allauth/mfa/utils.py'
adding 'allauth/mfa/base/__init__.py'
adding 'allauth/mfa/base/forms.py'
adding 'allauth/mfa/base/urls.py'
adding 'allauth/mfa/base/views.py'
adding 'allauth/mfa/base/internal/__init__.py'
adding 'allauth/mfa/base/internal/flows.py'
adding 'allauth/mfa/base/tests/__init__.py'
adding 'allauth/mfa/base/tests/test_trust.py'
adding 'allauth/mfa/base/tests/test_trust_fingerprint.py'
adding 'allauth/mfa/base/tests/test_views.py'
adding 'allauth/mfa/internal/__init__.py'
adding 'allauth/mfa/internal/flows/__init__.py'
adding 'allauth/mfa/internal/flows/add.py'
adding 'allauth/mfa/internal/flows/trust.py'
adding 'allauth/mfa/migrations/0001_initial.py'
adding 'allauth/mfa/migrations/0002_authenticator_timestamps.py'
adding 'allauth/mfa/migrations/0003_authenticator_type_uniq.py'
adding 'allauth/mfa/migrations/__init__.py'
adding 'allauth/mfa/recovery_codes/__init__.py'
adding 'allauth/mfa/recovery_codes/forms.py'
adding 'allauth/mfa/recovery_codes/urls.py'
adding 'allauth/mfa/recovery_codes/views.py'
adding 'allauth/mfa/recovery_codes/internal/__init__.py'
adding 'allauth/mfa/recovery_codes/internal/auth.py'
adding 'allauth/mfa/recovery_codes/internal/flows.py'
adding 'allauth/mfa/recovery_codes/tests/__init__.py'
adding 'allauth/mfa/recovery_codes/tests/test_auth.py'
adding 'allauth/mfa/recovery_codes/tests/test_views.py'
adding 'allauth/mfa/static/mfa/js/webauthn-json.js'
adding 'allauth/mfa/static/mfa/js/webauthn.js'
adding 'allauth/mfa/totp/__init__.py'
adding 'allauth/mfa/totp/forms.py'
adding 'allauth/mfa/totp/urls.py'
adding 'allauth/mfa/totp/views.py'
adding 'allauth/mfa/totp/internal/__init__.py'
adding 'allauth/mfa/totp/internal/auth.py'
adding 'allauth/mfa/totp/internal/flows.py'
adding 'allauth/mfa/totp/tests/__init__.py'
adding 'allauth/mfa/totp/tests/test_unit.py'
adding 'allauth/mfa/totp/tests/test_views.py'
adding 'allauth/mfa/webauthn/__init__.py'
adding 'allauth/mfa/webauthn/forms.py'
adding 'allauth/mfa/webauthn/stages.py'
adding 'allauth/mfa/webauthn/urls.py'
adding 'allauth/mfa/webauthn/views.py'
adding 'allauth/mfa/webauthn/internal/__init__.py'
adding 'allauth/mfa/webauthn/internal/auth.py'
adding 'allauth/mfa/webauthn/internal/flows.py'
adding 'allauth/mfa/webauthn/tests/__init__.py'
adding 'allauth/mfa/webauthn/tests/test_views.py'
adding 'allauth/socialaccount/__init__.py'
adding 'allauth/socialaccount/adapter.py'
adding 'allauth/socialaccount/admin.py'
adding 'allauth/socialaccount/app_settings.py'
adding 'allauth/socialaccount/apps.py'
adding 'allauth/socialaccount/checks.py'
adding 'allauth/socialaccount/conftest.py'
adding 'allauth/socialaccount/forms.py'
adding 'allauth/socialaccount/helpers.py'
adding 'allauth/socialaccount/models.py'
adding 'allauth/socialaccount/sessions.py'
adding 'allauth/socialaccount/signals.py'
adding 'allauth/socialaccount/urls.py'
adding 'allauth/socialaccount/views.py'
adding 'allauth/socialaccount/internal/__init__.py'
adding 'allauth/socialaccount/internal/jwtkit.py'
adding 'allauth/socialaccount/internal/statekit.py'
adding 'allauth/socialaccount/internal/flows/__init__.py'
adding 'allauth/socialaccount/internal/flows/connect.py'
adding 'allauth/socialaccount/internal/flows/email_authentication.py'
adding 'allauth/socialaccount/internal/flows/login.py'
adding 'allauth/socialaccount/internal/flows/signup.py'
adding 'allauth/socialaccount/internal/tests/__init__.py'
adding 'allauth/socialaccount/internal/tests/test_jwtkit.py'
adding 'allauth/socialaccount/internal/tests/test_statekit.py'
adding 'allauth/socialaccount/migrations/0001_initial.py'
adding 'allauth/socialaccount/migrations/0002_token_max_lengths.py'
adding 'allauth/socialaccount/migrations/0003_extra_data_default_dict.py'
adding 'allauth/socialaccount/migrations/0004_app_provider_id_settings.py'
adding 'allauth/socialaccount/migrations/0005_socialtoken_nullable_app.py'
adding 'allauth/socialaccount/migrations/0006_alter_socialaccount_extra_data.py'
adding 'allauth/socialaccount/migrations/__init__.py'
adding 'allauth/socialaccount/providers/__init__.py'
adding 'allauth/socialaccount/providers/agave/__init__.py'
adding 'allauth/socialaccount/providers/agave/provider.py'
adding 'allauth/socialaccount/providers/agave/tests.py'
adding 'allauth/socialaccount/providers/agave/urls.py'
adding 'allauth/socialaccount/providers/agave/views.py'
adding 'allauth/socialaccount/providers/amazon/__init__.py'
adding 'allauth/socialaccount/providers/amazon/provider.py'
adding 'allauth/socialaccount/providers/amazon/tests.py'
adding 'allauth/socialaccount/providers/amazon/urls.py'
adding 'allauth/socialaccount/providers/amazon/views.py'
adding 'allauth/socialaccount/providers/amazon_cognito/__init__.py'
adding 'allauth/socialaccount/providers/amazon_cognito/provider.py'
adding 'allauth/socialaccount/providers/amazon_cognito/tests.py'
adding 'allauth/socialaccount/providers/amazon_cognito/urls.py'
adding 'allauth/socialaccount/providers/amazon_cognito/utils.py'
adding 'allauth/socialaccount/providers/amazon_cognito/views.py'
adding 'allauth/socialaccount/providers/angellist/__init__.py'
adding 'allauth/socialaccount/providers/angellist/provider.py'
adding 'allauth/socialaccount/providers/angellist/tests.py'
adding 'allauth/socialaccount/providers/angellist/urls.py'
adding 'allauth/socialaccount/providers/angellist/views.py'
adding 'allauth/socialaccount/providers/apple/__init__.py'
adding 'allauth/socialaccount/providers/apple/apple_session.py'
adding 'allauth/socialaccount/providers/apple/client.py'
adding 'allauth/socialaccount/providers/apple/provider.py'
adding 'allauth/socialaccount/providers/apple/tests.py'
adding 'allauth/socialaccount/providers/apple/urls.py'
adding 'allauth/socialaccount/providers/apple/views.py'
adding 'allauth/socialaccount/providers/asana/__init__.py'
adding 'allauth/socialaccount/providers/asana/models.py'
adding 'allauth/socialaccount/providers/asana/provider.py'
adding 'allauth/socialaccount/providers/asana/tests.py'
adding 'allauth/socialaccount/providers/asana/urls.py'
adding 'allauth/socialaccount/providers/asana/views.py'
adding 'allauth/socialaccount/providers/atlassian/__init__.py'
adding 'allauth/socialaccount/providers/atlassian/provider.py'
adding 'allauth/socialaccount/providers/atlassian/tests.py'
adding 'allauth/socialaccount/providers/atlassian/urls.py'
adding 'allauth/socialaccount/providers/atlassian/views.py'
adding 'allauth/socialaccount/providers/auth0/__init__.py'
adding 'allauth/socialaccount/providers/auth0/provider.py'
adding 'allauth/socialaccount/providers/auth0/tests.py'
adding 'allauth/socialaccount/providers/auth0/urls.py'
adding 'allauth/socialaccount/providers/auth0/views.py'
adding 'allauth/socialaccount/providers/authentiq/__init__.py'
adding 'allauth/socialaccount/providers/authentiq/provider.py'
adding 'allauth/socialaccount/providers/authentiq/tests.py'
adding 'allauth/socialaccount/providers/authentiq/urls.py'
adding 'allauth/socialaccount/providers/authentiq/views.py'
adding 'allauth/socialaccount/providers/baidu/__init__.py'
adding 'allauth/socialaccount/providers/baidu/provider.py'
adding 'allauth/socialaccount/providers/baidu/tests.py'
adding 'allauth/socialaccount/providers/baidu/urls.py'
adding 'allauth/socialaccount/providers/baidu/views.py'
adding 'allauth/socialaccount/providers/base/__init__.py'
adding 'allauth/socialaccount/providers/base/constants.py'
adding 'allauth/socialaccount/providers/base/provider.py'
adding 'allauth/socialaccount/providers/base/utils.py'
adding 'allauth/socialaccount/providers/base/views.py'
adding 'allauth/socialaccount/providers/basecamp/__init__.py'
adding 'allauth/socialaccount/providers/basecamp/provider.py'
adding 'allauth/socialaccount/providers/basecamp/tests.py'
adding 'allauth/socialaccount/providers/basecamp/urls.py'
adding 'allauth/socialaccount/providers/basecamp/views.py'
adding 'allauth/socialaccount/providers/battlenet/__init__.py'
adding 'allauth/socialaccount/providers/battlenet/models.py'
adding 'allauth/socialaccount/providers/battlenet/provider.py'
adding 'allauth/socialaccount/providers/battlenet/tests.py'
adding 'allauth/socialaccount/providers/battlenet/urls.py'
adding 'allauth/socialaccount/providers/battlenet/validators.py'
adding 'allauth/socialaccount/providers/battlenet/views.py'
adding 'allauth/socialaccount/providers/bitbucket_oauth2/__init__.py'
adding 'allauth/socialaccount/providers/bitbucket_oauth2/provider.py'
adding 'allauth/socialaccount/providers/bitbucket_oauth2/tests.py'
adding 'allauth/socialaccount/providers/bitbucket_oauth2/urls.py'
adding 'allauth/socialaccount/providers/bitbucket_oauth2/views.py'
adding 'allauth/socialaccount/providers/bitly/__init__.py'
adding 'allauth/socialaccount/providers/bitly/provider.py'
adding 'allauth/socialaccount/providers/bitly/tests.py'
adding 'allauth/socialaccount/providers/bitly/urls.py'
adding 'allauth/socialaccount/providers/bitly/views.py'
adding 'allauth/socialaccount/providers/box/__init__.py'
adding 'allauth/socialaccount/providers/box/provider.py'
adding 'allauth/socialaccount/providers/box/tests.py'
adding 'allauth/socialaccount/providers/box/urls.py'
adding 'allauth/socialaccount/providers/box/views.py'
adding 'allauth/socialaccount/providers/cilogon/__init__.py'
adding 'allauth/socialaccount/providers/cilogon/provider.py'
adding 'allauth/socialaccount/providers/cilogon/tests.py'
adding 'allauth/socialaccount/providers/cilogon/urls.py'
adding 'allauth/socialaccount/providers/cilogon/views.py'
adding 'allauth/socialaccount/providers/clever/__init__.py'
adding 'allauth/socialaccount/providers/clever/provider.py'
adding 'allauth/socialaccount/providers/clever/tests.py'
adding 'allauth/socialaccount/providers/clever/urls.py'
adding 'allauth/socialaccount/providers/clever/views.py'
adding 'allauth/socialaccount/providers/coinbase/__init__.py'
adding 'allauth/socialaccount/providers/coinbase/provider.py'
adding 'allauth/socialaccount/providers/coinbase/tests.py'
adding 'allauth/socialaccount/providers/coinbase/urls.py'
adding 'allauth/socialaccount/providers/coinbase/views.py'
adding 'allauth/socialaccount/providers/dataporten/__init__.py'
adding 'allauth/socialaccount/providers/dataporten/models.py'
adding 'allauth/socialaccount/providers/dataporten/provider.py'
adding 'allauth/socialaccount/providers/dataporten/tests.py'
adding 'allauth/socialaccount/providers/dataporten/urls.py'
adding 'allauth/socialaccount/providers/dataporten/views.py'
adding 'allauth/socialaccount/providers/daum/__init__.py'
adding 'allauth/socialaccount/providers/daum/models.py'
adding 'allauth/socialaccount/providers/daum/provider.py'
adding 'allauth/socialaccount/providers/daum/tests.py'
adding 'allauth/socialaccount/providers/daum/urls.py'
adding 'allauth/socialaccount/providers/daum/views.py'
adding 'allauth/socialaccount/providers/digitalocean/__init__.py'
adding 'allauth/socialaccount/providers/digitalocean/provider.py'
adding 'allauth/socialaccount/providers/digitalocean/tests.py'
adding 'allauth/socialaccount/providers/digitalocean/urls.py'
adding 'allauth/socialaccount/providers/digitalocean/views.py'
adding 'allauth/socialaccount/providers/dingtalk/__init__.py'
adding 'allauth/socialaccount/providers/dingtalk/client.py'
adding 'allauth/socialaccount/providers/dingtalk/provider.py'
adding 'allauth/socialaccount/providers/dingtalk/tests.py'
adding 'allauth/socialaccount/providers/dingtalk/urls.py'
adding 'allauth/socialaccount/providers/dingtalk/views.py'
adding 'allauth/socialaccount/providers/discord/__init__.py'
adding 'allauth/socialaccount/providers/discord/provider.py'
adding 'allauth/socialaccount/providers/discord/tests.py'
adding 'allauth/socialaccount/providers/discord/urls.py'
adding 'allauth/socialaccount/providers/discord/views.py'
adding 'allauth/socialaccount/providers/disqus/__init__.py'
adding 'allauth/socialaccount/providers/disqus/provider.py'
adding 'allauth/socialaccount/providers/disqus/tests.py'
adding 'allauth/socialaccount/providers/disqus/urls.py'
adding 'allauth/socialaccount/providers/disqus/views.py'
adding 'allauth/socialaccount/providers/douban/__init__.py'
adding 'allauth/socialaccount/providers/douban/provider.py'
adding 'allauth/socialaccount/providers/douban/tests.py'
adding 'allauth/socialaccount/providers/douban/urls.py'
adding 'allauth/socialaccount/providers/douban/views.py'
adding 'allauth/socialaccount/providers/doximity/__init__.py'
adding 'allauth/socialaccount/providers/doximity/provider.py'
adding 'allauth/socialaccount/providers/doximity/tests.py'
adding 'allauth/socialaccount/providers/doximity/urls.py'
adding 'allauth/socialaccount/providers/doximity/views.py'
adding 'allauth/socialaccount/providers/draugiem/__init__.py'
adding 'allauth/socialaccount/providers/draugiem/provider.py'
adding 'allauth/socialaccount/providers/draugiem/tests.py'
adding 'allauth/socialaccount/providers/draugiem/urls.py'
adding 'allauth/socialaccount/providers/draugiem/views.py'
adding 'allauth/socialaccount/providers/drip/__init__.py'
adding 'allauth/socialaccount/providers/drip/provider.py'
adding 'allauth/socialaccount/providers/drip/tests.py'
adding 'allauth/socialaccount/providers/drip/urls.py'
adding 'allauth/socialaccount/providers/drip/views.py'
adding 'allauth/socialaccount/providers/dropbox/__init__.py'
adding 'allauth/socialaccount/providers/dropbox/provider.py'
adding 'allauth/socialaccount/providers/dropbox/tests.py'
adding 'allauth/socialaccount/providers/dropbox/urls.py'
adding 'allauth/socialaccount/providers/dropbox/views.py'
adding 'allauth/socialaccount/providers/dummy/__init__.py'
adding 'allauth/socialaccount/providers/dummy/forms.py'
adding 'allauth/socialaccount/providers/dummy/provider.py'
adding 'allauth/socialaccount/providers/dummy/tests.py'
adding 'allauth/socialaccount/providers/dummy/urls.py'
adding 'allauth/socialaccount/providers/dummy/views.py'
adding 'allauth/socialaccount/providers/dummy/templates/dummy/authenticate_form.html'
adding 'allauth/socialaccount/providers/dwolla/__init__.py'
adding 'allauth/socialaccount/providers/dwolla/models.py'
adding 'allauth/socialaccount/providers/dwolla/provider.py'
adding 'allauth/socialaccount/providers/dwolla/tests.py'
adding 'allauth/socialaccount/providers/dwolla/urls.py'
adding 'allauth/socialaccount/providers/dwolla/views.py'
adding 'allauth/socialaccount/providers/edmodo/__init__.py'
adding 'allauth/socialaccount/providers/edmodo/provider.py'
adding 'allauth/socialaccount/providers/edmodo/tests.py'
adding 'allauth/socialaccount/providers/edmodo/urls.py'
adding 'allauth/socialaccount/providers/edmodo/views.py'
adding 'allauth/socialaccount/providers/edx/__init__.py'
adding 'allauth/socialaccount/providers/edx/provider.py'
adding 'allauth/socialaccount/providers/edx/tests.py'
adding 'allauth/socialaccount/providers/edx/urls.py'
adding 'allauth/socialaccount/providers/edx/views.py'
adding 'allauth/socialaccount/providers/eventbrite/__init__.py'
adding 'allauth/socialaccount/providers/eventbrite/provider.py'
adding 'allauth/socialaccount/providers/eventbrite/tests.py'
adding 'allauth/socialaccount/providers/eventbrite/urls.py'
adding 'allauth/socialaccount/providers/eventbrite/views.py'
adding 'allauth/socialaccount/providers/eveonline/__init__.py'
adding 'allauth/socialaccount/providers/eveonline/provider.py'
adding 'allauth/socialaccount/providers/eveonline/tests.py'
adding 'allauth/socialaccount/providers/eveonline/urls.py'
adding 'allauth/socialaccount/providers/eveonline/views.py'
adding 'allauth/socialaccount/providers/evernote/__init__.py'
adding 'allauth/socialaccount/providers/evernote/provider.py'
adding 'allauth/socialaccount/providers/evernote/tests.py'
adding 'allauth/socialaccount/providers/evernote/urls.py'
adding 'allauth/socialaccount/providers/evernote/views.py'
adding 'allauth/socialaccount/providers/exist/__init__.py'
adding 'allauth/socialaccount/providers/exist/provider.py'
adding 'allauth/socialaccount/providers/exist/tests.py'
adding 'allauth/socialaccount/providers/exist/urls.py'
adding 'allauth/socialaccount/providers/exist/views.py'
adding 'allauth/socialaccount/providers/facebook/__init__.py'
adding 'allauth/socialaccount/providers/facebook/constants.py'
adding 'allauth/socialaccount/providers/facebook/flows.py'
adding 'allauth/socialaccount/providers/facebook/forms.py'
adding 'allauth/socialaccount/providers/facebook/locale.py'
adding 'allauth/socialaccount/providers/facebook/provider.py'
adding 'allauth/socialaccount/providers/facebook/tests.py'
adding 'allauth/socialaccount/providers/facebook/urls.py'
adding 'allauth/socialaccount/providers/facebook/views.py'
adding 'allauth/socialaccount/providers/facebook/data/FacebookLocales.xml'
adding 'allauth/socialaccount/providers/facebook/static/facebook/js/fbconnect.js'
adding 'allauth/socialaccount/providers/facebook/templates/facebook/fbconnect.html'
adding 'allauth/socialaccount/providers/feedly/__init__.py'
adding 'allauth/socialaccount/providers/feedly/provider.py'
adding 'allauth/socialaccount/providers/feedly/tests.py'
adding 'allauth/socialaccount/providers/feedly/urls.py'
adding 'allauth/socialaccount/providers/feedly/views.py'
adding 'allauth/socialaccount/providers/feishu/__init__.py'
adding 'allauth/socialaccount/providers/feishu/client.py'
adding 'allauth/socialaccount/providers/feishu/provider.py'
adding 'allauth/socialaccount/providers/feishu/tests.py'
adding 'allauth/socialaccount/providers/feishu/urls.py'
adding 'allauth/socialaccount/providers/feishu/views.py'
adding 'allauth/socialaccount/providers/figma/__init__.py'
adding 'allauth/socialaccount/providers/figma/provider.py'
adding 'allauth/socialaccount/providers/figma/tests.py'
adding 'allauth/socialaccount/providers/figma/urls.py'
adding 'allauth/socialaccount/providers/figma/views.py'
adding 'allauth/socialaccount/providers/fivehundredpx/__init__.py'
adding 'allauth/socialaccount/providers/fivehundredpx/models.py'
adding 'allauth/socialaccount/providers/fivehundredpx/provider.py'
adding 'allauth/socialaccount/providers/fivehundredpx/tests.py'
adding 'allauth/socialaccount/providers/fivehundredpx/urls.py'
adding 'allauth/socialaccount/providers/fivehundredpx/views.py'
adding 'allauth/socialaccount/providers/flickr/__init__.py'
adding 'allauth/socialaccount/providers/flickr/provider.py'
adding 'allauth/socialaccount/providers/flickr/tests.py'
adding 'allauth/socialaccount/providers/flickr/urls.py'
adding 'allauth/socialaccount/providers/flickr/views.py'
adding 'allauth/socialaccount/providers/foursquare/__init__.py'
adding 'allauth/socialaccount/providers/foursquare/provider.py'
adding 'allauth/socialaccount/providers/foursquare/tests.py'
adding 'allauth/socialaccount/providers/foursquare/urls.py'
adding 'allauth/socialaccount/providers/foursquare/views.py'
adding 'allauth/socialaccount/providers/frontier/__init__.py'
adding 'allauth/socialaccount/providers/frontier/provider.py'
adding 'allauth/socialaccount/providers/frontier/tests.py'
adding 'allauth/socialaccount/providers/frontier/urls.py'
adding 'allauth/socialaccount/providers/frontier/views.py'
adding 'allauth/socialaccount/providers/fxa/__init__.py'
adding 'allauth/socialaccount/providers/fxa/constants.py'
adding 'allauth/socialaccount/providers/fxa/models.py'
adding 'allauth/socialaccount/providers/fxa/provider.py'
adding 'allauth/socialaccount/providers/fxa/tests.py'
adding 'allauth/socialaccount/providers/fxa/urls.py'
adding 'allauth/socialaccount/providers/fxa/views.py'
adding 'allauth/socialaccount/providers/gitea/__init__.py'
adding 'allauth/socialaccount/providers/gitea/provider.py'
adding 'allauth/socialaccount/providers/gitea/tests.py'
adding 'allauth/socialaccount/providers/gitea/urls.py'
adding 'allauth/socialaccount/providers/gitea/views.py'
adding 'allauth/socialaccount/providers/github/__init__.py'
adding 'allauth/socialaccount/providers/github/provider.py'
adding 'allauth/socialaccount/providers/github/tests.py'
adding 'allauth/socialaccount/providers/github/urls.py'
adding 'allauth/socialaccount/providers/github/views.py'
adding 'allauth/socialaccount/providers/gitlab/__init__.py'
adding 'allauth/socialaccount/providers/gitlab/provider.py'
adding 'allauth/socialaccount/providers/gitlab/tests.py'
adding 'allauth/socialaccount/providers/gitlab/urls.py'
adding 'allauth/socialaccount/providers/gitlab/views.py'
adding 'allauth/socialaccount/providers/globus/__init__.py'
adding 'allauth/socialaccount/providers/globus/provider.py'
adding 'allauth/socialaccount/providers/globus/tests.py'
adding 'allauth/socialaccount/providers/globus/urls.py'
adding 'allauth/socialaccount/providers/globus/views.py'
adding 'allauth/socialaccount/providers/google/__init__.py'
adding 'allauth/socialaccount/providers/google/provider.py'
adding 'allauth/socialaccount/providers/google/tests.py'
adding 'allauth/socialaccount/providers/google/urls.py'
adding 'allauth/socialaccount/providers/google/views.py'
adding 'allauth/socialaccount/providers/gumroad/__init__.py'
adding 'allauth/socialaccount/providers/gumroad/provider.py'
adding 'allauth/socialaccount/providers/gumroad/tests.py'
adding 'allauth/socialaccount/providers/gumroad/urls.py'
adding 'allauth/socialaccount/providers/gumroad/views.py'
adding 'allauth/socialaccount/providers/hubic/__init__.py'
adding 'allauth/socialaccount/providers/hubic/provider.py'
adding 'allauth/socialaccount/providers/hubic/tests.py'
adding 'allauth/socialaccount/providers/hubic/urls.py'
adding 'allauth/socialaccount/providers/hubic/views.py'
adding 'allauth/socialaccount/providers/hubspot/__init__.py'
adding 'allauth/socialaccount/providers/hubspot/provider.py'
adding 'allauth/socialaccount/providers/hubspot/tests.py'
adding 'allauth/socialaccount/providers/hubspot/urls.py'
adding 'allauth/socialaccount/providers/hubspot/views.py'
adding 'allauth/socialaccount/providers/instagram/__init__.py'
adding 'allauth/socialaccount/providers/instagram/provider.py'
adding 'allauth/socialaccount/providers/instagram/tests.py'
adding 'allauth/socialaccount/providers/instagram/urls.py'
adding 'allauth/socialaccount/providers/instagram/views.py'
adding 'allauth/socialaccount/providers/jupyterhub/__init__.py'
adding 'allauth/socialaccount/providers/jupyterhub/provider.py'
adding 'allauth/socialaccount/providers/jupyterhub/tests.py'
adding 'allauth/socialaccount/providers/jupyterhub/urls.py'
adding 'allauth/socialaccount/providers/jupyterhub/views.py'
adding 'allauth/socialaccount/providers/kakao/__init__.py'
adding 'allauth/socialaccount/providers/kakao/models.py'
adding 'allauth/socialaccount/providers/kakao/provider.py'
adding 'allauth/socialaccount/providers/kakao/tests.py'
adding 'allauth/socialaccount/providers/kakao/urls.py'
adding 'allauth/socialaccount/providers/kakao/views.py'
adding 'allauth/socialaccount/providers/lemonldap/__init__.py'
adding 'allauth/socialaccount/providers/lemonldap/provider.py'
adding 'allauth/socialaccount/providers/lemonldap/tests.py'
adding 'allauth/socialaccount/providers/lemonldap/urls.py'
adding 'allauth/socialaccount/providers/lemonldap/views.py'
adding 'allauth/socialaccount/providers/lichess/__init__.py'
adding 'allauth/socialaccount/providers/lichess/provider.py'
adding 'allauth/socialaccount/providers/lichess/tests.py'
adding 'allauth/socialaccount/providers/lichess/urls.py'
adding 'allauth/socialaccount/providers/lichess/views.py'
adding 'allauth/socialaccount/providers/line/__init__.py'
adding 'allauth/socialaccount/providers/line/models.py'
adding 'allauth/socialaccount/providers/line/provider.py'
adding 'allauth/socialaccount/providers/line/tests.py'
adding 'allauth/socialaccount/providers/line/urls.py'
adding 'allauth/socialaccount/providers/line/views.py'
adding 'allauth/socialaccount/providers/linkedin_oauth2/__init__.py'
adding 'allauth/socialaccount/providers/linkedin_oauth2/provider.py'
adding 'allauth/socialaccount/providers/linkedin_oauth2/tests.py'
adding 'allauth/socialaccount/providers/linkedin_oauth2/urls.py'
adding 'allauth/socialaccount/providers/linkedin_oauth2/views.py'
adding 'allauth/socialaccount/providers/mailchimp/__init__.py'
adding 'allauth/socialaccount/providers/mailchimp/provider.py'
adding 'allauth/socialaccount/providers/mailchimp/tests.py'
adding 'allauth/socialaccount/providers/mailchimp/urls.py'
adding 'allauth/socialaccount/providers/mailchimp/views.py'
adding 'allauth/socialaccount/providers/mailcow/__init__.py'
adding 'allauth/socialaccount/providers/mailcow/provider.py'
adding 'allauth/socialaccount/providers/mailcow/tests.py'
adding 'allauth/socialaccount/providers/mailcow/urls.py'
adding 'allauth/socialaccount/providers/mailcow/views.py'
adding 'allauth/socialaccount/providers/mailru/__init__.py'
adding 'allauth/socialaccount/providers/mailru/provider.py'
adding 'allauth/socialaccount/providers/mailru/tests.py'
adding 'allauth/socialaccount/providers/mailru/urls.py'
adding 'allauth/socialaccount/providers/mailru/views.py'
adding 'allauth/socialaccount/providers/mediawiki/__init__.py'
adding 'allauth/socialaccount/providers/mediawiki/provider.py'
adding 'allauth/socialaccount/providers/mediawiki/tests.py'
adding 'allauth/socialaccount/providers/mediawiki/urls.py'
adding 'allauth/socialaccount/providers/mediawiki/views.py'
adding 'allauth/socialaccount/providers/meetup/__init__.py'
adding 'allauth/socialaccount/providers/meetup/models.py'
adding 'allauth/socialaccount/providers/meetup/provider.py'
adding 'allauth/socialaccount/providers/meetup/tests.py'
adding 'allauth/socialaccount/providers/meetup/urls.py'
adding 'allauth/socialaccount/providers/meetup/views.py'
adding 'allauth/socialaccount/providers/microsoft/__init__.py'
adding 'allauth/socialaccount/providers/microsoft/provider.py'
adding 'allauth/socialaccount/providers/microsoft/tests.py'
adding 'allauth/socialaccount/providers/microsoft/urls.py'
adding 'allauth/socialaccount/providers/microsoft/views.py'
adding 'allauth/socialaccount/providers/miro/__init__.py'
adding 'allauth/socialaccount/providers/miro/provider.py'
adding 'allauth/socialaccount/providers/miro/tests.py'
adding 'allauth/socialaccount/providers/miro/urls.py'
adding 'allauth/socialaccount/providers/miro/views.py'
adding 'allauth/socialaccount/providers/naver/__init__.py'
adding 'allauth/socialaccount/providers/naver/models.py'
adding 'allauth/socialaccount/providers/naver/provider.py'
adding 'allauth/socialaccount/providers/naver/tests.py'
adding 'allauth/socialaccount/providers/naver/urls.py'
adding 'allauth/socialaccount/providers/naver/views.py'
adding 'allauth/socialaccount/providers/netiq/__init__.py'
adding 'allauth/socialaccount/providers/netiq/provider.py'
adding 'allauth/socialaccount/providers/netiq/tests.py'
adding 'allauth/socialaccount/providers/netiq/urls.py'
adding 'allauth/socialaccount/providers/netiq/views.py'
adding 'allauth/socialaccount/providers/nextcloud/__init__.py'
adding 'allauth/socialaccount/providers/nextcloud/provider.py'
adding 'allauth/socialaccount/providers/nextcloud/tests.py'
adding 'allauth/socialaccount/providers/nextcloud/urls.py'
adding 'allauth/socialaccount/providers/nextcloud/views.py'
adding 'allauth/socialaccount/providers/notion/__init__.py'
adding 'allauth/socialaccount/providers/notion/client.py'
adding 'allauth/socialaccount/providers/notion/provider.py'
adding 'allauth/socialaccount/providers/notion/tests.py'
adding 'allauth/socialaccount/providers/notion/urls.py'
adding 'allauth/socialaccount/providers/notion/views.py'
adding 'allauth/socialaccount/providers/oauth/__init__.py'
adding 'allauth/socialaccount/providers/oauth/client.py'
adding 'allauth/socialaccount/providers/oauth/provider.py'
adding 'allauth/socialaccount/providers/oauth/urls.py'
adding 'allauth/socialaccount/providers/oauth/views.py'
adding 'allauth/socialaccount/providers/oauth2/__init__.py'
adding 'allauth/socialaccount/providers/oauth2/client.py'
adding 'allauth/socialaccount/providers/oauth2/provider.py'
adding 'allauth/socialaccount/providers/oauth2/urls.py'
adding 'allauth/socialaccount/providers/oauth2/utils.py'
adding 'allauth/socialaccount/providers/oauth2/views.py'
adding 'allauth/socialaccount/providers/oauth2/tests/__init__.py'
adding 'allauth/socialaccount/providers/oauth2/tests/test_views.py'
adding 'allauth/socialaccount/providers/odnoklassniki/__init__.py'
adding 'allauth/socialaccount/providers/odnoklassniki/provider.py'
adding 'allauth/socialaccount/providers/odnoklassniki/tests.py'
adding 'allauth/socialaccount/providers/odnoklassniki/urls.py'
adding 'allauth/socialaccount/providers/odnoklassniki/views.py'
adding 'allauth/socialaccount/providers/okta/__init__.py'
adding 'allauth/socialaccount/providers/okta/provider.py'
adding 'allauth/socialaccount/providers/okta/tests.py'
adding 'allauth/socialaccount/providers/okta/urls.py'
adding 'allauth/socialaccount/providers/okta/views.py'
adding 'allauth/socialaccount/providers/openid/__init__.py'
adding 'allauth/socialaccount/providers/openid/admin.py'
adding 'allauth/socialaccount/providers/openid/forms.py'
adding 'allauth/socialaccount/providers/openid/models.py'
adding 'allauth/socialaccount/providers/openid/provider.py'
adding 'allauth/socialaccount/providers/openid/tests.py'
adding 'allauth/socialaccount/providers/openid/urls.py'
adding 'allauth/socialaccount/providers/openid/utils.py'
adding 'allauth/socialaccount/providers/openid/views.py'
adding 'allauth/socialaccount/providers/openid/migrations/0001_initial.py'
adding 'allauth/socialaccount/providers/openid/migrations/__init__.py'
adding 'allauth/socialaccount/providers/openid_connect/__init__.py'
adding 'allauth/socialaccount/providers/openid_connect/provider.py'
adding 'allauth/socialaccount/providers/openid_connect/tests.py'
adding 'allauth/socialaccount/providers/openid_connect/urls.py'
adding 'allauth/socialaccount/providers/openid_connect/views.py'
adding 'allauth/socialaccount/providers/openstreetmap/__init__.py'
adding 'allauth/socialaccount/providers/openstreetmap/provider.py'
adding 'allauth/socialaccount/providers/openstreetmap/tests.py'
adding 'allauth/socialaccount/providers/openstreetmap/urls.py'
adding 'allauth/socialaccount/providers/openstreetmap/views.py'
adding 'allauth/socialaccount/providers/orcid/__init__.py'
adding 'allauth/socialaccount/providers/orcid/provider.py'
adding 'allauth/socialaccount/providers/orcid/tests.py'
adding 'allauth/socialaccount/providers/orcid/urls.py'
adding 'allauth/socialaccount/providers/orcid/views.py'
adding 'allauth/socialaccount/providers/patreon/__init__.py'
adding 'allauth/socialaccount/providers/patreon/constants.py'
adding 'allauth/socialaccount/providers/patreon/models.py'
adding 'allauth/socialaccount/providers/patreon/provider.py'
adding 'allauth/socialaccount/providers/patreon/tests.py'
adding 'allauth/socialaccount/providers/patreon/urls.py'
adding 'allauth/socialaccount/providers/patreon/views.py'
adding 'allauth/socialaccount/providers/paypal/__init__.py'
adding 'allauth/socialaccount/providers/paypal/provider.py'
adding 'allauth/socialaccount/providers/paypal/tests.py'
adding 'allauth/socialaccount/providers/paypal/urls.py'
adding 'allauth/socialaccount/providers/paypal/views.py'
adding 'allauth/socialaccount/providers/pinterest/__init__.py'
adding 'allauth/socialaccount/providers/pinterest/provider.py'
adding 'allauth/socialaccount/providers/pinterest/tests.py'
adding 'allauth/socialaccount/providers/pinterest/urls.py'
adding 'allauth/socialaccount/providers/pinterest/views.py'
adding 'allauth/socialaccount/providers/pocket/__init__.py'
adding 'allauth/socialaccount/providers/pocket/client.py'
adding 'allauth/socialaccount/providers/pocket/models.py'
adding 'allauth/socialaccount/providers/pocket/provider.py'
adding 'allauth/socialaccount/providers/pocket/tests.py'
adding 'allauth/socialaccount/providers/pocket/urls.py'
adding 'allauth/socialaccount/providers/pocket/views.py'
adding 'allauth/socialaccount/providers/questrade/__init__.py'
adding 'allauth/socialaccount/providers/questrade/provider.py'
adding 'allauth/socialaccount/providers/questrade/tests.py'
adding 'allauth/socialaccount/providers/questrade/urls.py'
adding 'allauth/socialaccount/providers/questrade/views.py'
adding 'allauth/socialaccount/providers/quickbooks/__init__.py'
adding 'allauth/socialaccount/providers/quickbooks/models.py'
adding 'allauth/socialaccount/providers/quickbooks/provider.py'
adding 'allauth/socialaccount/providers/quickbooks/tests.py'
adding 'allauth/socialaccount/providers/quickbooks/urls.py'
adding 'allauth/socialaccount/providers/quickbooks/views.py'
adding 'allauth/socialaccount/providers/reddit/__init__.py'
adding 'allauth/socialaccount/providers/reddit/provider.py'
adding 'allauth/socialaccount/providers/reddit/tests.py'
adding 'allauth/socialaccount/providers/reddit/urls.py'
adding 'allauth/socialaccount/providers/reddit/views.py'
adding 'allauth/socialaccount/providers/robinhood/__init__.py'
adding 'allauth/socialaccount/providers/robinhood/provider.py'
adding 'allauth/socialaccount/providers/robinhood/tests.py'
adding 'allauth/socialaccount/providers/robinhood/urls.py'
adding 'allauth/socialaccount/providers/robinhood/views.py'
adding 'allauth/socialaccount/providers/salesforce/__init__.py'
adding 'allauth/socialaccount/providers/salesforce/provider.py'
adding 'allauth/socialaccount/providers/salesforce/tests.py'
adding 'allauth/socialaccount/providers/salesforce/urls.py'
adding 'allauth/socialaccount/providers/salesforce/views.py'
adding 'allauth/socialaccount/providers/saml/__init__.py'
adding 'allauth/socialaccount/providers/saml/conftest.py'
adding 'allauth/socialaccount/providers/saml/provider.py'
adding 'allauth/socialaccount/providers/saml/tests.py'
adding 'allauth/socialaccount/providers/saml/urls.py'
adding 'allauth/socialaccount/providers/saml/utils.py'
adding 'allauth/socialaccount/providers/saml/views.py'
adding 'allauth/socialaccount/providers/sharefile/__init__.py'
adding 'allauth/socialaccount/providers/sharefile/provider.py'
adding 'allauth/socialaccount/providers/sharefile/tests.py'
adding 'allauth/socialaccount/providers/sharefile/urls.py'
adding 'allauth/socialaccount/providers/sharefile/views.py'
adding 'allauth/socialaccount/providers/shopify/__init__.py'
adding 'allauth/socialaccount/providers/shopify/provider.py'
adding 'allauth/socialaccount/providers/shopify/tests.py'
adding 'allauth/socialaccount/providers/shopify/urls.py'
adding 'allauth/socialaccount/providers/shopify/views.py'
adding 'allauth/socialaccount/providers/slack/__init__.py'
adding 'allauth/socialaccount/providers/slack/models.py'
adding 'allauth/socialaccount/providers/slack/provider.py'
adding 'allauth/socialaccount/providers/slack/tests.py'
adding 'allauth/socialaccount/providers/slack/urls.py'
adding 'allauth/socialaccount/providers/slack/views.py'
adding 'allauth/socialaccount/providers/snapchat/__init__.py'
adding 'allauth/socialaccount/providers/snapchat/constants.py'
adding 'allauth/socialaccount/providers/snapchat/models.py'
adding 'allauth/socialaccount/providers/snapchat/provider.py'
adding 'allauth/socialaccount/providers/snapchat/tests.py'
adding 'allauth/socialaccount/providers/snapchat/urls.py'
adding 'allauth/socialaccount/providers/snapchat/views.py'
adding 'allauth/socialaccount/providers/soundcloud/__init__.py'
adding 'allauth/socialaccount/providers/soundcloud/provider.py'
adding 'allauth/socialaccount/providers/soundcloud/tests.py'
adding 'allauth/socialaccount/providers/soundcloud/urls.py'
adding 'allauth/socialaccount/providers/soundcloud/views.py'
adding 'allauth/socialaccount/providers/spotify/__init__.py'
adding 'allauth/socialaccount/providers/spotify/provider.py'
adding 'allauth/socialaccount/providers/spotify/tests.py'
adding 'allauth/socialaccount/providers/spotify/urls.py'
adding 'allauth/socialaccount/providers/spotify/views.py'
adding 'allauth/socialaccount/providers/stackexchange/__init__.py'
adding 'allauth/socialaccount/providers/stackexchange/provider.py'
adding 'allauth/socialaccount/providers/stackexchange/tests.py'
adding 'allauth/socialaccount/providers/stackexchange/urls.py'
adding 'allauth/socialaccount/providers/stackexchange/views.py'
adding 'allauth/socialaccount/providers/steam/__init__.py'
adding 'allauth/socialaccount/providers/steam/models.py'
adding 'allauth/socialaccount/providers/steam/provider.py'
adding 'allauth/socialaccount/providers/steam/urls.py'
adding 'allauth/socialaccount/providers/steam/views.py'
adding 'allauth/socialaccount/providers/stocktwits/__init__.py'
adding 'allauth/socialaccount/providers/stocktwits/provider.py'
adding 'allauth/socialaccount/providers/stocktwits/tests.py'
adding 'allauth/socialaccount/providers/stocktwits/urls.py'
adding 'allauth/socialaccount/providers/stocktwits/views.py'
adding 'allauth/socialaccount/providers/strava/__init__.py'
adding 'allauth/socialaccount/providers/strava/provider.py'
adding 'allauth/socialaccount/providers/strava/tests.py'
adding 'allauth/socialaccount/providers/strava/urls.py'
adding 'allauth/socialaccount/providers/strava/views.py'
adding 'allauth/socialaccount/providers/stripe/__init__.py'
adding 'allauth/socialaccount/providers/stripe/provider.py'
adding 'allauth/socialaccount/providers/stripe/tests.py'
adding 'allauth/socialaccount/providers/stripe/urls.py'
adding 'allauth/socialaccount/providers/stripe/views.py'
adding 'allauth/socialaccount/providers/telegram/__init__.py'
adding 'allauth/socialaccount/providers/telegram/provider.py'
adding 'allauth/socialaccount/providers/telegram/tests.py'
adding 'allauth/socialaccount/providers/telegram/urls.py'
adding 'allauth/socialaccount/providers/telegram/views.py'
adding 'allauth/socialaccount/providers/telegram/static/telegram/js/telegram.js'
adding 'allauth/socialaccount/providers/telegram/templates/telegram/callback.html'
adding 'allauth/socialaccount/providers/tiktok/__init__.py'
adding 'allauth/socialaccount/providers/tiktok/client.py'
adding 'allauth/socialaccount/providers/tiktok/provider.py'
adding 'allauth/socialaccount/providers/tiktok/scope.py'
adding 'allauth/socialaccount/providers/tiktok/tests.py'
adding 'allauth/socialaccount/providers/tiktok/urls.py'
adding 'allauth/socialaccount/providers/tiktok/views.py'
adding 'allauth/socialaccount/providers/trainingpeaks/__init__.py'
adding 'allauth/socialaccount/providers/trainingpeaks/provider.py'
adding 'allauth/socialaccount/providers/trainingpeaks/tests.py'
adding 'allauth/socialaccount/providers/trainingpeaks/urls.py'
adding 'allauth/socialaccount/providers/trainingpeaks/views.py'
adding 'allauth/socialaccount/providers/trello/__init__.py'
adding 'allauth/socialaccount/providers/trello/provider.py'
adding 'allauth/socialaccount/providers/trello/tests.py'
adding 'allauth/socialaccount/providers/trello/urls.py'
adding 'allauth/socialaccount/providers/trello/views.py'
adding 'allauth/socialaccount/providers/tumblr/__init__.py'
adding 'allauth/socialaccount/providers/tumblr/provider.py'
adding 'allauth/socialaccount/providers/tumblr/tests.py'
adding 'allauth/socialaccount/providers/tumblr/urls.py'
adding 'allauth/socialaccount/providers/tumblr/views.py'
adding 'allauth/socialaccount/providers/tumblr_oauth2/__init__.py'
adding 'allauth/socialaccount/providers/tumblr_oauth2/provider.py'
adding 'allauth/socialaccount/providers/tumblr_oauth2/tests.py'
adding 'allauth/socialaccount/providers/tumblr_oauth2/urls.py'
adding 'allauth/socialaccount/providers/tumblr_oauth2/views.py'
adding 'allauth/socialaccount/providers/twentythreeandme/__init__.py'
adding 'allauth/socialaccount/providers/twentythreeandme/provider.py'
adding 'allauth/socialaccount/providers/twentythreeandme/tests.py'
adding 'allauth/socialaccount/providers/twentythreeandme/urls.py'
adding 'allauth/socialaccount/providers/twentythreeandme/views.py'
adding 'allauth/socialaccount/providers/twitch/__init__.py'
adding 'allauth/socialaccount/providers/twitch/provider.py'
adding 'allauth/socialaccount/providers/twitch/tests.py'
adding 'allauth/socialaccount/providers/twitch/urls.py'
adding 'allauth/socialaccount/providers/twitch/views.py'
adding 'allauth/socialaccount/providers/twitter/__init__.py'
adding 'allauth/socialaccount/providers/twitter/provider.py'
adding 'allauth/socialaccount/providers/twitter/tests.py'
adding 'allauth/socialaccount/providers/twitter/urls.py'
adding 'allauth/socialaccount/providers/twitter/views.py'
adding 'allauth/socialaccount/providers/twitter_oauth2/__init__.py'
adding 'allauth/socialaccount/providers/twitter_oauth2/provider.py'
adding 'allauth/socialaccount/providers/twitter_oauth2/tests.py'
adding 'allauth/socialaccount/providers/twitter_oauth2/urls.py'
adding 'allauth/socialaccount/providers/twitter_oauth2/views.py'
adding 'allauth/socialaccount/providers/untappd/__init__.py'
adding 'allauth/socialaccount/providers/untappd/client.py'
adding 'allauth/socialaccount/providers/untappd/provider.py'
adding 'allauth/socialaccount/providers/untappd/tests.py'
adding 'allauth/socialaccount/providers/untappd/urls.py'
adding 'allauth/socialaccount/providers/untappd/views.py'
adding 'allauth/socialaccount/providers/vimeo/__init__.py'
adding 'allauth/socialaccount/providers/vimeo/provider.py'
adding 'allauth/socialaccount/providers/vimeo/tests.py'
adding 'allauth/socialaccount/providers/vimeo/urls.py'
adding 'allauth/socialaccount/providers/vimeo/views.py'
adding 'allauth/socialaccount/providers/vimeo_oauth2/__init__.py'
adding 'allauth/socialaccount/providers/vimeo_oauth2/models.py'
adding 'allauth/socialaccount/providers/vimeo_oauth2/provider.py'
adding 'allauth/socialaccount/providers/vimeo_oauth2/tests.py'
adding 'allauth/socialaccount/providers/vimeo_oauth2/urls.py'
adding 'allauth/socialaccount/providers/vimeo_oauth2/views.py'
adding 'allauth/socialaccount/providers/vk/__init__.py'
adding 'allauth/socialaccount/providers/vk/provider.py'
adding 'allauth/socialaccount/providers/vk/tests.py'
adding 'allauth/socialaccount/providers/vk/urls.py'
adding 'allauth/socialaccount/providers/vk/views.py'
adding 'allauth/socialaccount/providers/wahoo/__init__.py'
adding 'allauth/socialaccount/providers/wahoo/provider.py'
adding 'allauth/socialaccount/providers/wahoo/tests.py'
adding 'allauth/socialaccount/providers/wahoo/urls.py'
adding 'allauth/socialaccount/providers/wahoo/views.py'
adding 'allauth/socialaccount/providers/weibo/__init__.py'
adding 'allauth/socialaccount/providers/weibo/provider.py'
adding 'allauth/socialaccount/providers/weibo/tests.py'
adding 'allauth/socialaccount/providers/weibo/urls.py'
adding 'allauth/socialaccount/providers/weibo/views.py'
adding 'allauth/socialaccount/providers/weixin/__init__.py'
adding 'allauth/socialaccount/providers/weixin/client.py'
adding 'allauth/socialaccount/providers/weixin/provider.py'
adding 'allauth/socialaccount/providers/weixin/tests.py'
adding 'allauth/socialaccount/providers/weixin/urls.py'
adding 'allauth/socialaccount/providers/weixin/views.py'
adding 'allauth/socialaccount/providers/windowslive/__init__.py'
adding 'allauth/socialaccount/providers/windowslive/provider.py'
adding 'allauth/socialaccount/providers/windowslive/tests.py'
adding 'allauth/socialaccount/providers/windowslive/urls.py'
adding 'allauth/socialaccount/providers/windowslive/views.py'
adding 'allauth/socialaccount/providers/xing/__init__.py'
adding 'allauth/socialaccount/providers/xing/provider.py'
adding 'allauth/socialaccount/providers/xing/tests.py'
adding 'allauth/socialaccount/providers/xing/urls.py'
adding 'allauth/socialaccount/providers/xing/views.py'
adding 'allauth/socialaccount/providers/yahoo/__init__.py'
adding 'allauth/socialaccount/providers/yahoo/models.py'
adding 'allauth/socialaccount/providers/yahoo/provider.py'
adding 'allauth/socialaccount/providers/yahoo/tests.py'
adding 'allauth/socialaccount/providers/yahoo/urls.py'
adding 'allauth/socialaccount/providers/yahoo/views.py'
adding 'allauth/socialaccount/providers/yandex/__init__.py'
adding 'allauth/socialaccount/providers/yandex/provider.py'
adding 'allauth/socialaccount/providers/yandex/tests.py'
adding 'allauth/socialaccount/providers/yandex/urls.py'
adding 'allauth/socialaccount/providers/yandex/views.py'
adding 'allauth/socialaccount/providers/ynab/__init__.py'
adding 'allauth/socialaccount/providers/ynab/provider.py'
adding 'allauth/socialaccount/providers/ynab/tests.py'
adding 'allauth/socialaccount/providers/ynab/urls.py'
adding 'allauth/socialaccount/providers/ynab/views.py'
adding 'allauth/socialaccount/providers/zoho/__init__.py'
adding 'allauth/socialaccount/providers/zoho/provider.py'
adding 'allauth/socialaccount/providers/zoho/tests.py'
adding 'allauth/socialaccount/providers/zoho/urls.py'
adding 'allauth/socialaccount/providers/zoho/views.py'
adding 'allauth/socialaccount/providers/zoom/__init__.py'
adding 'allauth/socialaccount/providers/zoom/provider.py'
adding 'allauth/socialaccount/providers/zoom/tests.py'
adding 'allauth/socialaccount/providers/zoom/urls.py'
adding 'allauth/socialaccount/providers/zoom/views.py'
adding 'allauth/socialaccount/templatetags/__init__.py'
adding 'allauth/socialaccount/templatetags/socialaccount.py'
adding 'allauth/socialaccount/tests/__init__.py'
adding 'allauth/socialaccount/tests/conftest.py'
adding 'allauth/socialaccount/tests/test_adapter.py'
adding 'allauth/socialaccount/tests/test_connect.py'
adding 'allauth/socialaccount/tests/test_login.py'
adding 'allauth/socialaccount/tests/test_registry.py'
adding 'allauth/socialaccount/tests/test_signup.py'
adding 'allauth/socialaccount/tests/test_utils.py'
adding 'allauth/templates/account/account_inactive.html'
adding 'allauth/templates/account/base_confirm_code.html'
adding 'allauth/templates/account/base_entrance.html'
adding 'allauth/templates/account/base_manage.html'
adding 'allauth/templates/account/base_manage_email.html'
adding 'allauth/templates/account/base_manage_password.html'
adding 'allauth/templates/account/base_manage_phone.html'
adding 'allauth/templates/account/base_reauthenticate.html'
adding 'allauth/templates/account/confirm_email_verification_code.html'
adding 'allauth/templates/account/confirm_login_code.html'
adding 'allauth/templates/account/confirm_password_reset_code.html'
adding 'allauth/templates/account/confirm_phone_verification_code.html'
adding 'allauth/templates/account/email.html'
adding 'allauth/templates/account/email_change.html'
adding 'allauth/templates/account/email_confirm.html'
adding 'allauth/templates/account/login.html'
adding 'allauth/templates/account/logout.html'
adding 'allauth/templates/account/password_change.html'
adding 'allauth/templates/account/password_reset.html'
adding 'allauth/templates/account/password_reset_done.html'
adding 'allauth/templates/account/password_reset_from_key.html'
adding 'allauth/templates/account/password_reset_from_key_done.html'
adding 'allauth/templates/account/password_set.html'
adding 'allauth/templates/account/phone_change.html'
adding 'allauth/templates/account/reauthenticate.html'
adding 'allauth/templates/account/request_login_code.html'
adding 'allauth/templates/account/signup.html'
adding 'allauth/templates/account/signup_by_passkey.html'
adding 'allauth/templates/account/signup_closed.html'
adding 'allauth/templates/account/verification_sent.html'
adding 'allauth/templates/account/verified_email_required.html'
adding 'allauth/templates/account/email/account_already_exists_message.txt'
adding 'allauth/templates/account/email/account_already_exists_subject.txt'
adding 'allauth/templates/account/email/base_message.txt'
adding 'allauth/templates/account/email/base_notification.txt'
adding 'allauth/templates/account/email/email_changed_message.txt'
adding 'allauth/templates/account/email/email_changed_subject.txt'
adding 'allauth/templates/account/email/email_confirm_message.txt'
adding 'allauth/templates/account/email/email_confirm_subject.txt'
adding 'allauth/templates/account/email/email_confirmation_message.txt'
adding 'allauth/templates/account/email/email_confirmation_signup_message.txt'
adding 'allauth/templates/account/email/email_confirmation_signup_subject.txt'
adding 'allauth/templates/account/email/email_confirmation_subject.txt'
adding 'allauth/templates/account/email/email_deleted_message.txt'
adding 'allauth/templates/account/email/email_deleted_subject.txt'
adding 'allauth/templates/account/email/login_code_message.txt'
adding 'allauth/templates/account/email/login_code_subject.txt'
adding 'allauth/templates/account/email/password_changed_message.txt'
adding 'allauth/templates/account/email/password_changed_subject.txt'
adding 'allauth/templates/account/email/password_reset_code_message.txt'
adding 'allauth/templates/account/email/password_reset_code_subject.txt'
adding 'allauth/templates/account/email/password_reset_key_message.txt'
adding 'allauth/templates/account/email/password_reset_key_subject.txt'
adding 'allauth/templates/account/email/password_reset_message.txt'
adding 'allauth/templates/account/email/password_reset_subject.txt'
adding 'allauth/templates/account/email/password_set_message.txt'
adding 'allauth/templates/account/email/password_set_subject.txt'
adding 'allauth/templates/account/email/unknown_account_message.txt'
adding 'allauth/templates/account/email/unknown_account_subject.txt'
adding 'allauth/templates/account/messages/cannot_delete_primary_email.txt'
adding 'allauth/templates/account/messages/email_confirmation_failed.txt'
adding 'allauth/templates/account/messages/email_confirmation_sent.txt'
adding 'allauth/templates/account/messages/email_confirmed.txt'
adding 'allauth/templates/account/messages/email_deleted.txt'
adding 'allauth/templates/account/messages/logged_in.txt'
adding 'allauth/templates/account/messages/logged_out.txt'
adding 'allauth/templates/account/messages/login_code_sent.txt'
adding 'allauth/templates/account/messages/password_changed.txt'
adding 'allauth/templates/account/messages/password_set.txt'
adding 'allauth/templates/account/messages/phone_verification_sent.txt'
adding 'allauth/templates/account/messages/phone_verified.txt'
adding 'allauth/templates/account/messages/primary_email_set.txt'
adding 'allauth/templates/account/messages/unverified_primary_email.txt'
adding 'allauth/templates/account/snippets/already_logged_in.html'
adding 'allauth/templates/account/snippets/warn_no_email.html'
adding 'allauth/templates/allauth/elements/alert.html'
adding 'allauth/templates/allauth/elements/badge.html'
adding 'allauth/templates/allauth/elements/button.html'
adding 'allauth/templates/allauth/elements/button_group.html'
adding 'allauth/templates/allauth/elements/details.html'
adding 'allauth/templates/allauth/elements/field.html'
adding 'allauth/templates/allauth/elements/fields.html'
adding 'allauth/templates/allauth/elements/form.html'
adding 'allauth/templates/allauth/elements/h1.html'
adding 'allauth/templates/allauth/elements/h2.html'
adding 'allauth/templates/allauth/elements/hr.html'
adding 'allauth/templates/allauth/elements/img.html'
adding 'allauth/templates/allauth/elements/p.html'
adding 'allauth/templates/allauth/elements/panel.html'
adding 'allauth/templates/allauth/elements/provider.html'
adding 'allauth/templates/allauth/elements/provider_list.html'
adding 'allauth/templates/allauth/elements/table.html'
adding 'allauth/templates/allauth/elements/tbody.html'
adding 'allauth/templates/allauth/elements/td.html'
adding 'allauth/templates/allauth/elements/th.html'
adding 'allauth/templates/allauth/elements/thead.html'
adding 'allauth/templates/allauth/elements/tr.html'
adding 'allauth/templates/allauth/layouts/base.html'
adding 'allauth/templates/allauth/layouts/entrance.html'
adding 'allauth/templates/allauth/layouts/manage.html'
adding 'allauth/templates/idp/oidc/authorization_form.html'
adding 'allauth/templates/idp/oidc/error.html'
adding 'allauth/templates/mfa/authenticate.html'
adding 'allauth/templates/mfa/base_entrance.html'
adding 'allauth/templates/mfa/base_manage.html'
adding 'allauth/templates/mfa/index.html'
adding 'allauth/templates/mfa/reauthenticate.html'
adding 'allauth/templates/mfa/trust.html'
adding 'allauth/templates/mfa/email/recovery_codes_generated_message.txt'
adding 'allauth/templates/mfa/email/recovery_codes_generated_subject.txt'
adding 'allauth/templates/mfa/email/totp_activated_message.txt'
adding 'allauth/templates/mfa/email/totp_activated_subject.txt'
adding 'allauth/templates/mfa/email/totp_deactivated_message.txt'
adding 'allauth/templates/mfa/email/totp_deactivated_subject.txt'
adding 'allauth/templates/mfa/email/webauthn_added_message.txt'
adding 'allauth/templates/mfa/email/webauthn_added_subject.txt'
adding 'allauth/templates/mfa/email/webauthn_removed_message.txt'
adding 'allauth/templates/mfa/email/webauthn_removed_subject.txt'
adding 'allauth/templates/mfa/messages/recovery_codes_generated.txt'
adding 'allauth/templates/mfa/messages/totp_activated.txt'
adding 'allauth/templates/mfa/messages/totp_deactivated.txt'
adding 'allauth/templates/mfa/messages/webauthn_added.txt'
adding 'allauth/templates/mfa/messages/webauthn_removed.txt'
adding 'allauth/templates/mfa/recovery_codes/base.html'
adding 'allauth/templates/mfa/recovery_codes/download.txt'
adding 'allauth/templates/mfa/recovery_codes/generate.html'
adding 'allauth/templates/mfa/recovery_codes/index.html'
adding 'allauth/templates/mfa/totp/activate_form.html'
adding 'allauth/templates/mfa/totp/base.html'
adding 'allauth/templates/mfa/totp/deactivate_form.html'
adding 'allauth/templates/mfa/webauthn/add_form.html'
adding 'allauth/templates/mfa/webauthn/authenticator_confirm_delete.html'
adding 'allauth/templates/mfa/webauthn/authenticator_list.html'
adding 'allauth/templates/mfa/webauthn/base.html'
adding 'allauth/templates/mfa/webauthn/edit_form.html'
adding 'allauth/templates/mfa/webauthn/reauthenticate.html'
adding 'allauth/templates/mfa/webauthn/signup_form.html'
adding 'allauth/templates/mfa/webauthn/snippets/login_script.html'
adding 'allauth/templates/mfa/webauthn/snippets/scripts.html'
adding 'allauth/templates/openid/base.html'
adding 'allauth/templates/openid/login.html'
adding 'allauth/templates/socialaccount/authentication_error.html'
adding 'allauth/templates/socialaccount/base_entrance.html'
adding 'allauth/templates/socialaccount/base_manage.html'
adding 'allauth/templates/socialaccount/connections.html'
adding 'allauth/templates/socialaccount/login.html'
adding 'allauth/templates/socialaccount/login_cancelled.html'
adding 'allauth/templates/socialaccount/login_redirect.html'
adding 'allauth/templates/socialaccount/signup.html'
adding 'allauth/templates/socialaccount/email/account_connected_message.txt'
adding 'allauth/templates/socialaccount/email/account_connected_subject.txt'
adding 'allauth/templates/socialaccount/email/account_disconnected_message.txt'
adding 'allauth/templates/socialaccount/email/account_disconnected_subject.txt'
adding 'allauth/templates/socialaccount/messages/account_connected.txt'
adding 'allauth/templates/socialaccount/messages/account_connected_other.txt'
adding 'allauth/templates/socialaccount/messages/account_connected_updated.txt'
adding 'allauth/templates/socialaccount/messages/account_disconnected.txt'
adding 'allauth/templates/socialaccount/snippets/login.html'
adding 'allauth/templates/socialaccount/snippets/login_extra.html'
adding 'allauth/templates/socialaccount/snippets/provider_list.html'
adding 'allauth/templates/tests/test_403_csrf.html'
adding 'allauth/templates/usersessions/base_manage.html'
adding 'allauth/templates/usersessions/usersession_list.html'
adding 'allauth/templates/usersessions/messages/sessions_logged_out.txt'
adding 'allauth/templatetags/__init__.py'
adding 'allauth/templatetags/allauth.py'
adding 'allauth/tests/__init__.py'
adding 'allauth/tests/test_utils.py'
adding 'allauth/usersessions/__init__.py'
adding 'allauth/usersessions/adapter.py'
adding 'allauth/usersessions/admin.py'
adding 'allauth/usersessions/app_settings.py'
adding 'allauth/usersessions/apps.py'
adding 'allauth/usersessions/forms.py'
adding 'allauth/usersessions/middleware.py'
adding 'allauth/usersessions/models.py'
adding 'allauth/usersessions/signals.py'
adding 'allauth/usersessions/urls.py'
adding 'allauth/usersessions/views.py'
adding 'allauth/usersessions/internal/__init__.py'
adding 'allauth/usersessions/internal/flows/__init__.py'
adding 'allauth/usersessions/internal/flows/sessions.py'
adding 'allauth/usersessions/migrations/0001_initial.py'
adding 'allauth/usersessions/migrations/__init__.py'
adding 'allauth/usersessions/tests/__init__.py'
adding 'allauth/usersessions/tests/test_middleware.py'
adding 'allauth/usersessions/tests/test_views.py'
adding 'django_allauth-65.9.0.dist-info/licenses/AUTHORS'
adding 'django_allauth-65.9.0.dist-info/licenses/LICENSE'
adding 'django_allauth-65.9.0.dist-info/METADATA'
adding 'django_allauth-65.9.0.dist-info/WHEEL'
adding 'django_allauth-65.9.0.dist-info/top_level.txt'
adding 'django_allauth-65.9.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built django_allauth-65.9.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-django-allauth/pkg/python-django-allauth/usr/share'
install: creating directory '/build/python-django-allauth/pkg/python-django-allauth/usr/share/doc'
install: creating directory '/build/python-django-allauth/pkg/python-django-allauth/usr/share/doc/python-django-allauth'
'README.rst' -> '/build/python-django-allauth/pkg/python-django-allauth/usr/share/doc/python-django-allauth/README.rst'
install: creating directory '/build/python-django-allauth/pkg/python-django-allauth/usr/share/licenses'
install: creating directory '/build/python-django-allauth/pkg/python-django-allauth/usr/share/licenses/python-django-allauth'
'LICENSE' -> '/build/python-django-allauth/pkg/python-django-allauth/usr/share/licenses/python-django-allauth/LICENSE'
==> 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-allauth"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-django-allauth 65.9.0-2 (Wed Jul 16 07:57:00 2025)
==> Cleaning up...