$(PYTHON_DIR)/vendor-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  er_d = dist.fetch_build_eggs(
running egg_info
writing mkdocs_bootstrap.egg-info/PKG-INFO
writing dependency_links to mkdocs_bootstrap.egg-info/dependency_links.txt
writing entry points to mkdocs_bootstrap.egg-info/entry_points.txt
writing requirements to mkdocs_bootstrap.egg-info/requires.txt
writing top-level names to mkdocs_bootstrap.egg-info/top_level.txt
reading manifest file 'mkdocs_bootstrap.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.ico' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.js' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.png' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.html' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.eot' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.svg' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.ttf' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.woff' under directory 'mkdocs_bootstrap'
warning: no files found matching '*.woff2' under directory 'mkdocs_bootstrap'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
writing manifest file 'mkdocs_bootstrap.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests

OK