=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py312-Flask-DebugToolbar-0.14.1 * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/flask_debugtoolbar copying src/flask_debugtoolbar/__init__.py -> build/lib/flask_debugtoolbar copying src/flask_debugtoolbar/compat.py -> build/lib/flask_debugtoolbar copying src/flask_debugtoolbar/toolbar.py -> build/lib/flask_debugtoolbar copying src/flask_debugtoolbar/utils.py -> build/lib/flask_debugtoolbar creating build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/__init__.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/config_vars.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/g.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/headers.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/logger.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/profiler.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/request_vars.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/route_list.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/sqlalchemy.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/template.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/timer.py -> build/lib/flask_debugtoolbar/panels copying src/flask_debugtoolbar/panels/versions.py -> build/lib/flask_debugtoolbar/panels running egg_info writing src/Flask_DebugToolbar.egg-info/PKG-INFO writing dependency_links to src/Flask_DebugToolbar.egg-info/dependency_links.txt writing requirements to src/Flask_DebugToolbar.egg-info/requires.txt writing top-level names to src/Flask_DebugToolbar.egg-info/top_level.txt reading manifest file 'src/Flask_DebugToolbar.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/Flask_DebugToolbar.egg-info/SOURCES.txt' /usr/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror' 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 'flask_debugtoolbar.static.codemirror' 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 'flask_debugtoolbar.static.codemirror' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.clike' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.clike' 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 'flask_debugtoolbar.static.codemirror.mode.clike' 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 'flask_debugtoolbar.static.codemirror.mode.clike' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.clike' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.clojure' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.clojure' 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 'flask_debugtoolbar.static.codemirror.mode.clojure' 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 'flask_debugtoolbar.static.codemirror.mode.clojure' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.clojure' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.coffeescript' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.coffeescript' 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 'flask_debugtoolbar.static.codemirror.mode.coffeescript' 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 'flask_debugtoolbar.static.codemirror.mode.coffeescript' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.coffeescript' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_debugtoolbar.static.codemirror.mode.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_debugtoolbar.static.codemirror.mode.css' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.diff' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.diff' 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 'flask_debugtoolbar.static.codemirror.mode.diff' 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 'flask_debugtoolbar.static.codemirror.mode.diff' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.diff' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.ecl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.ecl' 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 'flask_debugtoolbar.static.codemirror.mode.ecl' 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 'flask_debugtoolbar.static.codemirror.mode.ecl' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.ecl' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.gfm' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.gfm' 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 'flask_debugtoolbar.static.codemirror.mode.gfm' 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 'flask_debugtoolbar.static.codemirror.mode.gfm' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.gfm' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.go' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.go' 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 'flask_debugtoolbar.static.codemirror.mode.go' 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 'flask_debugtoolbar.static.codemirror.mode.go' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.go' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.groovy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.groovy' 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 'flask_debugtoolbar.static.codemirror.mode.groovy' 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 'flask_debugtoolbar.static.codemirror.mode.groovy' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.groovy' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.haskell' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.haskell' 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 'flask_debugtoolbar.static.codemirror.mode.haskell' 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 'flask_debugtoolbar.static.codemirror.mode.haskell' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.haskell' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.htmlembedded' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.htmlembedded' 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 'flask_debugtoolbar.static.codemirror.mode.htmlembedded' 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 'flask_debugtoolbar.static.codemirror.mode.htmlembedded' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.htmlembedded' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.htmlmixed' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.htmlmixed' 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 'flask_debugtoolbar.static.codemirror.mode.htmlmixed' 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 'flask_debugtoolbar.static.codemirror.mode.htmlmixed' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.htmlmixed' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.javascript' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.javascript' 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 'flask_debugtoolbar.static.codemirror.mode.javascript' 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 'flask_debugtoolbar.static.codemirror.mode.javascript' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.javascript' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.jinja2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.jinja2' 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 'flask_debugtoolbar.static.codemirror.mode.jinja2' 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 'flask_debugtoolbar.static.codemirror.mode.jinja2' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.jinja2' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.less' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.less' 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 'flask_debugtoolbar.static.codemirror.mode.less' 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 'flask_debugtoolbar.static.codemirror.mode.less' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.less' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.lua' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.lua' 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 'flask_debugtoolbar.static.codemirror.mode.lua' 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 'flask_debugtoolbar.static.codemirror.mode.lua' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.lua' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.markdown' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.markdown' 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 'flask_debugtoolbar.static.codemirror.mode.markdown' 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 'flask_debugtoolbar.static.codemirror.mode.markdown' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.markdown' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.mysql' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.mysql' 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 'flask_debugtoolbar.static.codemirror.mode.mysql' 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 'flask_debugtoolbar.static.codemirror.mode.mysql' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.mysql' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.ntriples' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.ntriples' 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 'flask_debugtoolbar.static.codemirror.mode.ntriples' 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 'flask_debugtoolbar.static.codemirror.mode.ntriples' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.ntriples' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.pascal' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.pascal' 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 'flask_debugtoolbar.static.codemirror.mode.pascal' 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 'flask_debugtoolbar.static.codemirror.mode.pascal' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.pascal' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.perl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.perl' 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 'flask_debugtoolbar.static.codemirror.mode.perl' 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 'flask_debugtoolbar.static.codemirror.mode.perl' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.perl' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.php' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.php' 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 'flask_debugtoolbar.static.codemirror.mode.php' 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 'flask_debugtoolbar.static.codemirror.mode.php' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.php' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.plsql' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.plsql' 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 'flask_debugtoolbar.static.codemirror.mode.plsql' 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 'flask_debugtoolbar.static.codemirror.mode.plsql' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.plsql' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.properties' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.properties' 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 'flask_debugtoolbar.static.codemirror.mode.properties' 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 'flask_debugtoolbar.static.codemirror.mode.properties' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.properties' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.python' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.python' 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 'flask_debugtoolbar.static.codemirror.mode.python' 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 'flask_debugtoolbar.static.codemirror.mode.python' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.python' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.r' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.r' 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 'flask_debugtoolbar.static.codemirror.mode.r' 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 'flask_debugtoolbar.static.codemirror.mode.r' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.r' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.rpm.changes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.rpm.changes' 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 'flask_debugtoolbar.static.codemirror.mode.rpm.changes' 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 'flask_debugtoolbar.static.codemirror.mode.rpm.changes' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.rpm.changes' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.rpm.spec' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.rpm.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 'flask_debugtoolbar.static.codemirror.mode.rpm.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 'flask_debugtoolbar.static.codemirror.mode.rpm.spec' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.rpm.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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.rst' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.rst' 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 'flask_debugtoolbar.static.codemirror.mode.rst' 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 'flask_debugtoolbar.static.codemirror.mode.rst' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.rst' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.ruby' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.ruby' 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 'flask_debugtoolbar.static.codemirror.mode.ruby' 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 'flask_debugtoolbar.static.codemirror.mode.ruby' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.ruby' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.rust' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.rust' 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 'flask_debugtoolbar.static.codemirror.mode.rust' 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 'flask_debugtoolbar.static.codemirror.mode.rust' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.rust' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.scheme' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.scheme' 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 'flask_debugtoolbar.static.codemirror.mode.scheme' 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 'flask_debugtoolbar.static.codemirror.mode.scheme' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.scheme' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.smalltalk' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.smalltalk' 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 'flask_debugtoolbar.static.codemirror.mode.smalltalk' 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 'flask_debugtoolbar.static.codemirror.mode.smalltalk' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.smalltalk' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.smarty' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.smarty' 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 'flask_debugtoolbar.static.codemirror.mode.smarty' 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 'flask_debugtoolbar.static.codemirror.mode.smarty' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.smarty' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.sparql' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.sparql' 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 'flask_debugtoolbar.static.codemirror.mode.sparql' 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 'flask_debugtoolbar.static.codemirror.mode.sparql' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.sparql' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.stex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.stex' 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 'flask_debugtoolbar.static.codemirror.mode.stex' 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 'flask_debugtoolbar.static.codemirror.mode.stex' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.stex' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.tiddlywiki' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.tiddlywiki' 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 'flask_debugtoolbar.static.codemirror.mode.tiddlywiki' 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 'flask_debugtoolbar.static.codemirror.mode.tiddlywiki' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.tiddlywiki' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.vbscript' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.vbscript' 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 'flask_debugtoolbar.static.codemirror.mode.vbscript' 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 'flask_debugtoolbar.static.codemirror.mode.vbscript' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.vbscript' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.velocity' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.velocity' 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 'flask_debugtoolbar.static.codemirror.mode.velocity' 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 'flask_debugtoolbar.static.codemirror.mode.velocity' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.velocity' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.verilog' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.verilog' 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 'flask_debugtoolbar.static.codemirror.mode.verilog' 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 'flask_debugtoolbar.static.codemirror.mode.verilog' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.verilog' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.xml' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.xml' 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 'flask_debugtoolbar.static.codemirror.mode.xml' 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 'flask_debugtoolbar.static.codemirror.mode.xml' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.xml' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.xmlpure' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.xmlpure' 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 'flask_debugtoolbar.static.codemirror.mode.xmlpure' 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 'flask_debugtoolbar.static.codemirror.mode.xmlpure' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.xmlpure' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.xquery' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.xquery' 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 'flask_debugtoolbar.static.codemirror.mode.xquery' 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 'flask_debugtoolbar.static.codemirror.mode.xquery' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.xquery' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.xquery.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.xquery.test' 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 'flask_debugtoolbar.static.codemirror.mode.xquery.test' 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 'flask_debugtoolbar.static.codemirror.mode.xquery.test' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.xquery.test' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.mode.yaml' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.mode.yaml' 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 'flask_debugtoolbar.static.codemirror.mode.yaml' 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 'flask_debugtoolbar.static.codemirror.mode.yaml' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.mode.yaml' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.theme' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.theme' 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 'flask_debugtoolbar.static.codemirror.theme' 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 'flask_debugtoolbar.static.codemirror.theme' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.theme' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.codemirror.util' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.codemirror.util' 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 'flask_debugtoolbar.static.codemirror.util' 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 'flask_debugtoolbar.static.codemirror.util' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.codemirror.util' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_debugtoolbar.static.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_debugtoolbar.static.css' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.img' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_debugtoolbar.static.img' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_debugtoolbar.static.img' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.img' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.static.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 'flask_debugtoolbar.static.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 'flask_debugtoolbar.static.js' to be distributed and are already explicitly excluding 'flask_debugtoolbar.static.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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.templates' 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 'flask_debugtoolbar.templates' 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 'flask_debugtoolbar.templates' to be distributed and are already explicitly excluding 'flask_debugtoolbar.templates' 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/pkg/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'flask_debugtoolbar.templates.panels' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_debugtoolbar.templates.panels' 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 'flask_debugtoolbar.templates.panels' 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 'flask_debugtoolbar.templates.panels' to be distributed and are already explicitly excluding 'flask_debugtoolbar.templates.panels' 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/flask_debugtoolbar/static creating build/lib/flask_debugtoolbar/static/codemirror copying src/flask_debugtoolbar/static/codemirror/codemirror.css -> build/lib/flask_debugtoolbar/static/codemirror copying src/flask_debugtoolbar/static/codemirror/codemirror.js -> build/lib/flask_debugtoolbar/static/codemirror creating build/lib/flask_debugtoolbar/static/codemirror/mode creating build/lib/flask_debugtoolbar/static/codemirror/mode/clike copying src/flask_debugtoolbar/static/codemirror/mode/clike/clike.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/clike copying src/flask_debugtoolbar/static/codemirror/mode/clike/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/clike creating build/lib/flask_debugtoolbar/static/codemirror/mode/clojure copying src/flask_debugtoolbar/static/codemirror/mode/clojure/clojure.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/clojure copying src/flask_debugtoolbar/static/codemirror/mode/clojure/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/clojure creating build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript copying src/flask_debugtoolbar/static/codemirror/mode/coffeescript/LICENSE -> build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript copying src/flask_debugtoolbar/static/codemirror/mode/coffeescript/coffeescript.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript copying src/flask_debugtoolbar/static/codemirror/mode/coffeescript/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript creating build/lib/flask_debugtoolbar/static/codemirror/mode/css copying src/flask_debugtoolbar/static/codemirror/mode/css/css.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/css copying src/flask_debugtoolbar/static/codemirror/mode/css/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/css creating build/lib/flask_debugtoolbar/static/codemirror/mode/diff copying src/flask_debugtoolbar/static/codemirror/mode/diff/diff.css -> build/lib/flask_debugtoolbar/static/codemirror/mode/diff copying src/flask_debugtoolbar/static/codemirror/mode/diff/diff.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/diff copying src/flask_debugtoolbar/static/codemirror/mode/diff/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/diff creating build/lib/flask_debugtoolbar/static/codemirror/mode/ecl copying src/flask_debugtoolbar/static/codemirror/mode/ecl/ecl.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/ecl copying src/flask_debugtoolbar/static/codemirror/mode/ecl/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/ecl creating build/lib/flask_debugtoolbar/static/codemirror/mode/gfm copying src/flask_debugtoolbar/static/codemirror/mode/gfm/gfm.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/gfm copying src/flask_debugtoolbar/static/codemirror/mode/gfm/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/gfm creating build/lib/flask_debugtoolbar/static/codemirror/mode/go copying src/flask_debugtoolbar/static/codemirror/mode/go/go.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/go copying src/flask_debugtoolbar/static/codemirror/mode/go/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/go creating build/lib/flask_debugtoolbar/static/codemirror/mode/groovy copying src/flask_debugtoolbar/static/codemirror/mode/groovy/groovy.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/groovy copying src/flask_debugtoolbar/static/codemirror/mode/groovy/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/groovy creating build/lib/flask_debugtoolbar/static/codemirror/mode/haskell copying src/flask_debugtoolbar/static/codemirror/mode/haskell/haskell.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/haskell copying src/flask_debugtoolbar/static/codemirror/mode/haskell/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/haskell creating build/lib/flask_debugtoolbar/static/codemirror/mode/htmlembedded copying src/flask_debugtoolbar/static/codemirror/mode/htmlembedded/htmlembedded.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/htmlembedded copying src/flask_debugtoolbar/static/codemirror/mode/htmlembedded/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/htmlembedded creating build/lib/flask_debugtoolbar/static/codemirror/mode/htmlmixed copying src/flask_debugtoolbar/static/codemirror/mode/htmlmixed/htmlmixed.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/htmlmixed copying src/flask_debugtoolbar/static/codemirror/mode/htmlmixed/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/htmlmixed creating build/lib/flask_debugtoolbar/static/codemirror/mode/javascript copying src/flask_debugtoolbar/static/codemirror/mode/javascript/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/javascript copying src/flask_debugtoolbar/static/codemirror/mode/javascript/javascript.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/javascript creating build/lib/flask_debugtoolbar/static/codemirror/mode/jinja2 copying src/flask_debugtoolbar/static/codemirror/mode/jinja2/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/jinja2 copying src/flask_debugtoolbar/static/codemirror/mode/jinja2/jinja2.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/jinja2 creating build/lib/flask_debugtoolbar/static/codemirror/mode/less copying src/flask_debugtoolbar/static/codemirror/mode/less/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/less copying src/flask_debugtoolbar/static/codemirror/mode/less/less.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/less creating build/lib/flask_debugtoolbar/static/codemirror/mode/lua copying src/flask_debugtoolbar/static/codemirror/mode/lua/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/lua copying src/flask_debugtoolbar/static/codemirror/mode/lua/lua.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/lua creating build/lib/flask_debugtoolbar/static/codemirror/mode/markdown copying src/flask_debugtoolbar/static/codemirror/mode/markdown/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/markdown copying src/flask_debugtoolbar/static/codemirror/mode/markdown/markdown.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/markdown creating build/lib/flask_debugtoolbar/static/codemirror/mode/mysql copying src/flask_debugtoolbar/static/codemirror/mode/mysql/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/mysql copying src/flask_debugtoolbar/static/codemirror/mode/mysql/mysql.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/mysql creating build/lib/flask_debugtoolbar/static/codemirror/mode/ntriples copying src/flask_debugtoolbar/static/codemirror/mode/ntriples/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/ntriples copying src/flask_debugtoolbar/static/codemirror/mode/ntriples/ntriples.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/ntriples creating build/lib/flask_debugtoolbar/static/codemirror/mode/pascal copying src/flask_debugtoolbar/static/codemirror/mode/pascal/LICENSE -> build/lib/flask_debugtoolbar/static/codemirror/mode/pascal copying src/flask_debugtoolbar/static/codemirror/mode/pascal/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/pascal copying src/flask_debugtoolbar/static/codemirror/mode/pascal/pascal.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/pascal creating build/lib/flask_debugtoolbar/static/codemirror/mode/perl copying src/flask_debugtoolbar/static/codemirror/mode/perl/LICENSE -> build/lib/flask_debugtoolbar/static/codemirror/mode/perl copying src/flask_debugtoolbar/static/codemirror/mode/perl/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/perl copying src/flask_debugtoolbar/static/codemirror/mode/perl/perl.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/perl creating build/lib/flask_debugtoolbar/static/codemirror/mode/php copying src/flask_debugtoolbar/static/codemirror/mode/php/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/php copying src/flask_debugtoolbar/static/codemirror/mode/php/php.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/php creating build/lib/flask_debugtoolbar/static/codemirror/mode/plsql copying src/flask_debugtoolbar/static/codemirror/mode/plsql/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/plsql copying src/flask_debugtoolbar/static/codemirror/mode/plsql/plsql.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/plsql creating build/lib/flask_debugtoolbar/static/codemirror/mode/properties copying src/flask_debugtoolbar/static/codemirror/mode/properties/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/properties copying src/flask_debugtoolbar/static/codemirror/mode/properties/properties.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/properties creating build/lib/flask_debugtoolbar/static/codemirror/mode/python copying src/flask_debugtoolbar/static/codemirror/mode/python/LICENSE.txt -> build/lib/flask_debugtoolbar/static/codemirror/mode/python copying src/flask_debugtoolbar/static/codemirror/mode/python/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/python copying src/flask_debugtoolbar/static/codemirror/mode/python/python.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/python creating build/lib/flask_debugtoolbar/static/codemirror/mode/r copying src/flask_debugtoolbar/static/codemirror/mode/r/LICENSE -> build/lib/flask_debugtoolbar/static/codemirror/mode/r copying src/flask_debugtoolbar/static/codemirror/mode/r/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/r copying src/flask_debugtoolbar/static/codemirror/mode/r/r.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/r creating build/lib/flask_debugtoolbar/static/codemirror/mode/rpm creating build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/changes copying src/flask_debugtoolbar/static/codemirror/mode/rpm/changes/changes.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/changes copying src/flask_debugtoolbar/static/codemirror/mode/rpm/changes/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/changes creating build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec copying src/flask_debugtoolbar/static/codemirror/mode/rpm/spec/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec copying src/flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.css -> build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec copying src/flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec creating build/lib/flask_debugtoolbar/static/codemirror/mode/rst copying src/flask_debugtoolbar/static/codemirror/mode/rst/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/rst copying src/flask_debugtoolbar/static/codemirror/mode/rst/rst.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/rst creating build/lib/flask_debugtoolbar/static/codemirror/mode/ruby copying src/flask_debugtoolbar/static/codemirror/mode/ruby/LICENSE -> build/lib/flask_debugtoolbar/static/codemirror/mode/ruby copying src/flask_debugtoolbar/static/codemirror/mode/ruby/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/ruby copying src/flask_debugtoolbar/static/codemirror/mode/ruby/ruby.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/ruby creating build/lib/flask_debugtoolbar/static/codemirror/mode/rust copying src/flask_debugtoolbar/static/codemirror/mode/rust/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/rust copying src/flask_debugtoolbar/static/codemirror/mode/rust/rust.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/rust creating build/lib/flask_debugtoolbar/static/codemirror/mode/scheme copying src/flask_debugtoolbar/static/codemirror/mode/scheme/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/scheme copying src/flask_debugtoolbar/static/codemirror/mode/scheme/scheme.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/scheme creating build/lib/flask_debugtoolbar/static/codemirror/mode/smalltalk copying src/flask_debugtoolbar/static/codemirror/mode/smalltalk/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/smalltalk copying src/flask_debugtoolbar/static/codemirror/mode/smalltalk/smalltalk.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/smalltalk creating build/lib/flask_debugtoolbar/static/codemirror/mode/smarty copying src/flask_debugtoolbar/static/codemirror/mode/smarty/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/smarty copying src/flask_debugtoolbar/static/codemirror/mode/smarty/smarty.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/smarty creating build/lib/flask_debugtoolbar/static/codemirror/mode/sparql copying src/flask_debugtoolbar/static/codemirror/mode/sparql/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/sparql copying src/flask_debugtoolbar/static/codemirror/mode/sparql/sparql.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/sparql creating build/lib/flask_debugtoolbar/static/codemirror/mode/stex copying src/flask_debugtoolbar/static/codemirror/mode/stex/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/stex copying src/flask_debugtoolbar/static/codemirror/mode/stex/stex.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/stex copying src/flask_debugtoolbar/static/codemirror/mode/stex/test.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/stex creating build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki copying src/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki copying src/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.css -> build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki copying src/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki creating build/lib/flask_debugtoolbar/static/codemirror/mode/vbscript copying src/flask_debugtoolbar/static/codemirror/mode/vbscript/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/vbscript copying src/flask_debugtoolbar/static/codemirror/mode/vbscript/vbscript.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/vbscript creating build/lib/flask_debugtoolbar/static/codemirror/mode/velocity copying src/flask_debugtoolbar/static/codemirror/mode/velocity/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/velocity copying src/flask_debugtoolbar/static/codemirror/mode/velocity/velocity.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/velocity creating build/lib/flask_debugtoolbar/static/codemirror/mode/verilog copying src/flask_debugtoolbar/static/codemirror/mode/verilog/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/verilog copying src/flask_debugtoolbar/static/codemirror/mode/verilog/verilog.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/verilog creating build/lib/flask_debugtoolbar/static/codemirror/mode/xml copying src/flask_debugtoolbar/static/codemirror/mode/xml/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/xml copying src/flask_debugtoolbar/static/codemirror/mode/xml/xml.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xml creating build/lib/flask_debugtoolbar/static/codemirror/mode/xmlpure copying src/flask_debugtoolbar/static/codemirror/mode/xmlpure/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/xmlpure copying src/flask_debugtoolbar/static/codemirror/mode/xmlpure/xmlpure.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xmlpure creating build/lib/flask_debugtoolbar/static/codemirror/mode/xquery copying src/flask_debugtoolbar/static/codemirror/mode/xquery/LICENSE -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery copying src/flask_debugtoolbar/static/codemirror/mode/xquery/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery copying src/flask_debugtoolbar/static/codemirror/mode/xquery/xquery.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery creating build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/testBase.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/testEmptySequenceKeyword.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/testMultiAttr.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/testNamespaces.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/testProcessingInstructions.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test copying src/flask_debugtoolbar/static/codemirror/mode/xquery/test/testQuotes.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test creating build/lib/flask_debugtoolbar/static/codemirror/mode/yaml copying src/flask_debugtoolbar/static/codemirror/mode/yaml/index.html -> build/lib/flask_debugtoolbar/static/codemirror/mode/yaml copying src/flask_debugtoolbar/static/codemirror/mode/yaml/yaml.js -> build/lib/flask_debugtoolbar/static/codemirror/mode/yaml creating build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/cobalt.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/eclipse.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/elegant.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/lesser-dark.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/monokai.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/neat.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/night.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/rubyblue.css -> build/lib/flask_debugtoolbar/static/codemirror/theme copying src/flask_debugtoolbar/static/codemirror/theme/xq-dark.css -> build/lib/flask_debugtoolbar/static/codemirror/theme creating build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/closetag.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/dialog.css -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/dialog.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/foldcode.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/formatting.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/javascript-hint.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/match-highlighter.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/overlay.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/runmode.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/search.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/searchcursor.js -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/simple-hint.css -> build/lib/flask_debugtoolbar/static/codemirror/util copying src/flask_debugtoolbar/static/codemirror/util/simple-hint.js -> build/lib/flask_debugtoolbar/static/codemirror/util creating build/lib/flask_debugtoolbar/static/css copying src/flask_debugtoolbar/static/css/toolbar.css -> build/lib/flask_debugtoolbar/static/css creating build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/asc.gif -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/back.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/back_hover.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/bg.gif -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/close.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/close_hover.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/desc.gif -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/djdt_vertical.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/indicator.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/panel_bg.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/tick-red.png -> build/lib/flask_debugtoolbar/static/img copying src/flask_debugtoolbar/static/img/tick.png -> build/lib/flask_debugtoolbar/static/img creating build/lib/flask_debugtoolbar/static/js copying src/flask_debugtoolbar/static/js/jquery.js -> build/lib/flask_debugtoolbar/static/js copying src/flask_debugtoolbar/static/js/jquery.tablesorter.js -> build/lib/flask_debugtoolbar/static/js copying src/flask_debugtoolbar/static/js/toolbar.js -> build/lib/flask_debugtoolbar/static/js creating build/lib/flask_debugtoolbar/templates copying src/flask_debugtoolbar/templates/base.html -> build/lib/flask_debugtoolbar/templates copying src/flask_debugtoolbar/templates/redirect.html -> build/lib/flask_debugtoolbar/templates creating build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/config_vars.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/g.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/headers.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/logger.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/profiler.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/request_vars.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/route_list.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/sqlalchemy.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/sqlalchemy_error.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/sqlalchemy_select.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/template.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/template_editor.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/timer.html -> build/lib/flask_debugtoolbar/templates/panels copying src/flask_debugtoolbar/templates/panels/versions.html -> build/lib/flask_debugtoolbar/templates/panels installing to build/bdist.netbsd-9.3-amd64/wheel running install running install_lib creating build/bdist.netbsd-9.3-amd64 creating build/bdist.netbsd-9.3-amd64/wheel creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar copying build/lib/flask_debugtoolbar/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar copying build/lib/flask_debugtoolbar/compat.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar copying build/lib/flask_debugtoolbar/toolbar.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar copying build/lib/flask_debugtoolbar/utils.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/config_vars.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/g.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/headers.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/logger.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/profiler.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/request_vars.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/route_list.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/sqlalchemy.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/template.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/timer.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels copying build/lib/flask_debugtoolbar/panels/versions.py -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/panels creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror copying build/lib/flask_debugtoolbar/static/codemirror/codemirror.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror copying build/lib/flask_debugtoolbar/static/codemirror/codemirror.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/clike copying build/lib/flask_debugtoolbar/static/codemirror/mode/clike/clike.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/clike copying build/lib/flask_debugtoolbar/static/codemirror/mode/clike/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/clike creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/clojure copying build/lib/flask_debugtoolbar/static/codemirror/mode/clojure/clojure.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/clojure copying build/lib/flask_debugtoolbar/static/codemirror/mode/clojure/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/clojure creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/coffeescript copying build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript/LICENSE -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/coffeescript copying build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript/coffeescript.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/coffeescript copying build/lib/flask_debugtoolbar/static/codemirror/mode/coffeescript/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/coffeescript creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/css copying build/lib/flask_debugtoolbar/static/codemirror/mode/css/css.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/css copying build/lib/flask_debugtoolbar/static/codemirror/mode/css/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/css creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/diff copying build/lib/flask_debugtoolbar/static/codemirror/mode/diff/diff.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/diff copying build/lib/flask_debugtoolbar/static/codemirror/mode/diff/diff.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/diff copying build/lib/flask_debugtoolbar/static/codemirror/mode/diff/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/diff creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ecl copying build/lib/flask_debugtoolbar/static/codemirror/mode/ecl/ecl.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ecl copying build/lib/flask_debugtoolbar/static/codemirror/mode/ecl/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ecl creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/gfm copying build/lib/flask_debugtoolbar/static/codemirror/mode/gfm/gfm.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/gfm copying build/lib/flask_debugtoolbar/static/codemirror/mode/gfm/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/gfm creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/go copying build/lib/flask_debugtoolbar/static/codemirror/mode/go/go.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/go copying build/lib/flask_debugtoolbar/static/codemirror/mode/go/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/go creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/groovy copying build/lib/flask_debugtoolbar/static/codemirror/mode/groovy/groovy.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/groovy copying build/lib/flask_debugtoolbar/static/codemirror/mode/groovy/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/groovy creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/haskell copying build/lib/flask_debugtoolbar/static/codemirror/mode/haskell/haskell.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/haskell copying build/lib/flask_debugtoolbar/static/codemirror/mode/haskell/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/haskell creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/htmlembedded copying build/lib/flask_debugtoolbar/static/codemirror/mode/htmlembedded/htmlembedded.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/htmlembedded copying build/lib/flask_debugtoolbar/static/codemirror/mode/htmlembedded/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/htmlembedded creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/htmlmixed copying build/lib/flask_debugtoolbar/static/codemirror/mode/htmlmixed/htmlmixed.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/htmlmixed copying build/lib/flask_debugtoolbar/static/codemirror/mode/htmlmixed/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/htmlmixed creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/javascript copying build/lib/flask_debugtoolbar/static/codemirror/mode/javascript/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/javascript copying build/lib/flask_debugtoolbar/static/codemirror/mode/javascript/javascript.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/javascript creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/jinja2 copying build/lib/flask_debugtoolbar/static/codemirror/mode/jinja2/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/jinja2 copying build/lib/flask_debugtoolbar/static/codemirror/mode/jinja2/jinja2.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/jinja2 creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/less copying build/lib/flask_debugtoolbar/static/codemirror/mode/less/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/less copying build/lib/flask_debugtoolbar/static/codemirror/mode/less/less.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/less creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/lua copying build/lib/flask_debugtoolbar/static/codemirror/mode/lua/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/lua copying build/lib/flask_debugtoolbar/static/codemirror/mode/lua/lua.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/lua creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/markdown copying build/lib/flask_debugtoolbar/static/codemirror/mode/markdown/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/markdown copying build/lib/flask_debugtoolbar/static/codemirror/mode/markdown/markdown.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/markdown creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/mysql copying build/lib/flask_debugtoolbar/static/codemirror/mode/mysql/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/mysql copying build/lib/flask_debugtoolbar/static/codemirror/mode/mysql/mysql.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/mysql creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ntriples copying build/lib/flask_debugtoolbar/static/codemirror/mode/ntriples/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ntriples copying build/lib/flask_debugtoolbar/static/codemirror/mode/ntriples/ntriples.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ntriples creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/pascal copying build/lib/flask_debugtoolbar/static/codemirror/mode/pascal/LICENSE -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/pascal copying build/lib/flask_debugtoolbar/static/codemirror/mode/pascal/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/pascal copying build/lib/flask_debugtoolbar/static/codemirror/mode/pascal/pascal.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/pascal creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/perl copying build/lib/flask_debugtoolbar/static/codemirror/mode/perl/LICENSE -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/perl copying build/lib/flask_debugtoolbar/static/codemirror/mode/perl/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/perl copying build/lib/flask_debugtoolbar/static/codemirror/mode/perl/perl.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/perl creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/php copying build/lib/flask_debugtoolbar/static/codemirror/mode/php/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/php copying build/lib/flask_debugtoolbar/static/codemirror/mode/php/php.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/php creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/plsql copying build/lib/flask_debugtoolbar/static/codemirror/mode/plsql/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/plsql copying build/lib/flask_debugtoolbar/static/codemirror/mode/plsql/plsql.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/plsql creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/properties copying build/lib/flask_debugtoolbar/static/codemirror/mode/properties/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/properties copying build/lib/flask_debugtoolbar/static/codemirror/mode/properties/properties.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/properties creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/python copying build/lib/flask_debugtoolbar/static/codemirror/mode/python/LICENSE.txt -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/python copying build/lib/flask_debugtoolbar/static/codemirror/mode/python/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/python copying build/lib/flask_debugtoolbar/static/codemirror/mode/python/python.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/python creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/r copying build/lib/flask_debugtoolbar/static/codemirror/mode/r/LICENSE -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/r copying build/lib/flask_debugtoolbar/static/codemirror/mode/r/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/r copying build/lib/flask_debugtoolbar/static/codemirror/mode/r/r.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/r creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/changes copying build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/changes/changes.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/changes copying build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/changes/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/changes creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/spec copying build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/spec copying build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/spec copying build/lib/flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rpm/spec creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rst copying build/lib/flask_debugtoolbar/static/codemirror/mode/rst/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rst copying build/lib/flask_debugtoolbar/static/codemirror/mode/rst/rst.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rst creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ruby copying build/lib/flask_debugtoolbar/static/codemirror/mode/ruby/LICENSE -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ruby copying build/lib/flask_debugtoolbar/static/codemirror/mode/ruby/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ruby copying build/lib/flask_debugtoolbar/static/codemirror/mode/ruby/ruby.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/ruby creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rust copying build/lib/flask_debugtoolbar/static/codemirror/mode/rust/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rust copying build/lib/flask_debugtoolbar/static/codemirror/mode/rust/rust.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/rust creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/scheme copying build/lib/flask_debugtoolbar/static/codemirror/mode/scheme/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/scheme copying build/lib/flask_debugtoolbar/static/codemirror/mode/scheme/scheme.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/scheme creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/smalltalk copying build/lib/flask_debugtoolbar/static/codemirror/mode/smalltalk/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/smalltalk copying build/lib/flask_debugtoolbar/static/codemirror/mode/smalltalk/smalltalk.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/smalltalk creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/smarty copying build/lib/flask_debugtoolbar/static/codemirror/mode/smarty/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/smarty copying build/lib/flask_debugtoolbar/static/codemirror/mode/smarty/smarty.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/smarty creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/sparql copying build/lib/flask_debugtoolbar/static/codemirror/mode/sparql/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/sparql copying build/lib/flask_debugtoolbar/static/codemirror/mode/sparql/sparql.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/sparql creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/stex copying build/lib/flask_debugtoolbar/static/codemirror/mode/stex/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/stex copying build/lib/flask_debugtoolbar/static/codemirror/mode/stex/stex.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/stex copying build/lib/flask_debugtoolbar/static/codemirror/mode/stex/test.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/stex creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/tiddlywiki copying build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/tiddlywiki copying build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/tiddlywiki copying build/lib/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/tiddlywiki creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/vbscript copying build/lib/flask_debugtoolbar/static/codemirror/mode/vbscript/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/vbscript copying build/lib/flask_debugtoolbar/static/codemirror/mode/vbscript/vbscript.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/vbscript creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/velocity copying build/lib/flask_debugtoolbar/static/codemirror/mode/velocity/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/velocity copying build/lib/flask_debugtoolbar/static/codemirror/mode/velocity/velocity.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/velocity creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/verilog copying build/lib/flask_debugtoolbar/static/codemirror/mode/verilog/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/verilog copying build/lib/flask_debugtoolbar/static/codemirror/mode/verilog/verilog.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/verilog creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xml copying build/lib/flask_debugtoolbar/static/codemirror/mode/xml/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xml copying build/lib/flask_debugtoolbar/static/codemirror/mode/xml/xml.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xml creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xmlpure copying build/lib/flask_debugtoolbar/static/codemirror/mode/xmlpure/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xmlpure copying build/lib/flask_debugtoolbar/static/codemirror/mode/xmlpure/xmlpure.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xmlpure creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/LICENSE -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/xquery.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/testBase.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/testEmptySequenceKeyword.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/testMultiAttr.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/testNamespaces.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/testProcessingInstructions.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test copying build/lib/flask_debugtoolbar/static/codemirror/mode/xquery/test/testQuotes.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/xquery/test creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/yaml copying build/lib/flask_debugtoolbar/static/codemirror/mode/yaml/index.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/yaml copying build/lib/flask_debugtoolbar/static/codemirror/mode/yaml/yaml.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/mode/yaml creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/cobalt.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/eclipse.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/elegant.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/lesser-dark.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/monokai.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/neat.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/night.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/rubyblue.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme copying build/lib/flask_debugtoolbar/static/codemirror/theme/xq-dark.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/theme creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/closetag.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/dialog.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/dialog.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/foldcode.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/formatting.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/javascript-hint.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/match-highlighter.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/overlay.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/runmode.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/search.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/searchcursor.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/simple-hint.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util copying build/lib/flask_debugtoolbar/static/codemirror/util/simple-hint.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/codemirror/util creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/css copying build/lib/flask_debugtoolbar/static/css/toolbar.css -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/css creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/asc.gif -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/back.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/back_hover.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/bg.gif -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/close.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/close_hover.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/desc.gif -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/djdt_vertical.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/indicator.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/panel_bg.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/tick-red.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img copying build/lib/flask_debugtoolbar/static/img/tick.png -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/img creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/js copying build/lib/flask_debugtoolbar/static/js/jquery.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/js copying build/lib/flask_debugtoolbar/static/js/jquery.tablesorter.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/js copying build/lib/flask_debugtoolbar/static/js/toolbar.js -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/static/js creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates copying build/lib/flask_debugtoolbar/templates/base.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates copying build/lib/flask_debugtoolbar/templates/redirect.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates creating build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/config_vars.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/g.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/headers.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/logger.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/profiler.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/request_vars.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/route_list.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/sqlalchemy.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/sqlalchemy_error.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/sqlalchemy_select.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/template.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/template_editor.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/timer.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels copying build/lib/flask_debugtoolbar/templates/panels/versions.html -> build/bdist.netbsd-9.3-amd64/wheel/flask_debugtoolbar/templates/panels running install_egg_info Copying src/Flask_DebugToolbar.egg-info to build/bdist.netbsd-9.3-amd64/wheel/Flask_DebugToolbar-0.14.1-py3.12.egg-info running install_scripts creating build/bdist.netbsd-9.3-amd64/wheel/Flask_DebugToolbar-0.14.1.dist-info/WHEEL creating '/tmp/www/py-flask-debugtoolbar/work/Flask-DebugToolbar-0.14.1/dist/.tmp-knpsv8rn/Flask_DebugToolbar-0.14.1-py3-none-any.whl' and adding 'build/bdist.netbsd-9.3-amd64/wheel' to it adding 'flask_debugtoolbar/__init__.py' adding 'flask_debugtoolbar/compat.py' adding 'flask_debugtoolbar/toolbar.py' adding 'flask_debugtoolbar/utils.py' adding 'flask_debugtoolbar/panels/__init__.py' adding 'flask_debugtoolbar/panels/config_vars.py' adding 'flask_debugtoolbar/panels/g.py' adding 'flask_debugtoolbar/panels/headers.py' adding 'flask_debugtoolbar/panels/logger.py' adding 'flask_debugtoolbar/panels/profiler.py' adding 'flask_debugtoolbar/panels/request_vars.py' adding 'flask_debugtoolbar/panels/route_list.py' adding 'flask_debugtoolbar/panels/sqlalchemy.py' adding 'flask_debugtoolbar/panels/template.py' adding 'flask_debugtoolbar/panels/timer.py' adding 'flask_debugtoolbar/panels/versions.py' adding 'flask_debugtoolbar/static/codemirror/codemirror.css' adding 'flask_debugtoolbar/static/codemirror/codemirror.js' adding 'flask_debugtoolbar/static/codemirror/mode/clike/clike.js' adding 'flask_debugtoolbar/static/codemirror/mode/clike/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/clojure/clojure.js' adding 'flask_debugtoolbar/static/codemirror/mode/clojure/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/coffeescript/LICENSE' adding 'flask_debugtoolbar/static/codemirror/mode/coffeescript/coffeescript.js' adding 'flask_debugtoolbar/static/codemirror/mode/coffeescript/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/css/css.js' adding 'flask_debugtoolbar/static/codemirror/mode/css/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/diff/diff.css' adding 'flask_debugtoolbar/static/codemirror/mode/diff/diff.js' adding 'flask_debugtoolbar/static/codemirror/mode/diff/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/ecl/ecl.js' adding 'flask_debugtoolbar/static/codemirror/mode/ecl/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/gfm/gfm.js' adding 'flask_debugtoolbar/static/codemirror/mode/gfm/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/go/go.js' adding 'flask_debugtoolbar/static/codemirror/mode/go/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/groovy/groovy.js' adding 'flask_debugtoolbar/static/codemirror/mode/groovy/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/haskell/haskell.js' adding 'flask_debugtoolbar/static/codemirror/mode/haskell/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/htmlembedded/htmlembedded.js' adding 'flask_debugtoolbar/static/codemirror/mode/htmlembedded/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/htmlmixed/htmlmixed.js' adding 'flask_debugtoolbar/static/codemirror/mode/htmlmixed/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/javascript/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/javascript/javascript.js' adding 'flask_debugtoolbar/static/codemirror/mode/jinja2/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/jinja2/jinja2.js' adding 'flask_debugtoolbar/static/codemirror/mode/less/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/less/less.js' adding 'flask_debugtoolbar/static/codemirror/mode/lua/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/lua/lua.js' adding 'flask_debugtoolbar/static/codemirror/mode/markdown/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/markdown/markdown.js' adding 'flask_debugtoolbar/static/codemirror/mode/mysql/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/mysql/mysql.js' adding 'flask_debugtoolbar/static/codemirror/mode/ntriples/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/ntriples/ntriples.js' adding 'flask_debugtoolbar/static/codemirror/mode/pascal/LICENSE' adding 'flask_debugtoolbar/static/codemirror/mode/pascal/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/pascal/pascal.js' adding 'flask_debugtoolbar/static/codemirror/mode/perl/LICENSE' adding 'flask_debugtoolbar/static/codemirror/mode/perl/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/perl/perl.js' adding 'flask_debugtoolbar/static/codemirror/mode/php/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/php/php.js' adding 'flask_debugtoolbar/static/codemirror/mode/plsql/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/plsql/plsql.js' adding 'flask_debugtoolbar/static/codemirror/mode/properties/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/properties/properties.js' adding 'flask_debugtoolbar/static/codemirror/mode/python/LICENSE.txt' adding 'flask_debugtoolbar/static/codemirror/mode/python/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/python/python.js' adding 'flask_debugtoolbar/static/codemirror/mode/r/LICENSE' adding 'flask_debugtoolbar/static/codemirror/mode/r/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/r/r.js' adding 'flask_debugtoolbar/static/codemirror/mode/rpm/changes/changes.js' adding 'flask_debugtoolbar/static/codemirror/mode/rpm/changes/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/rpm/spec/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.css' adding 'flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.js' adding 'flask_debugtoolbar/static/codemirror/mode/rst/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/rst/rst.js' adding 'flask_debugtoolbar/static/codemirror/mode/ruby/LICENSE' adding 'flask_debugtoolbar/static/codemirror/mode/ruby/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/ruby/ruby.js' adding 'flask_debugtoolbar/static/codemirror/mode/rust/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/rust/rust.js' adding 'flask_debugtoolbar/static/codemirror/mode/scheme/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/scheme/scheme.js' adding 'flask_debugtoolbar/static/codemirror/mode/smalltalk/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/smalltalk/smalltalk.js' adding 'flask_debugtoolbar/static/codemirror/mode/smarty/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/smarty/smarty.js' adding 'flask_debugtoolbar/static/codemirror/mode/sparql/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/sparql/sparql.js' adding 'flask_debugtoolbar/static/codemirror/mode/stex/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/stex/stex.js' adding 'flask_debugtoolbar/static/codemirror/mode/stex/test.html' adding 'flask_debugtoolbar/static/codemirror/mode/tiddlywiki/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.css' adding 'flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.js' adding 'flask_debugtoolbar/static/codemirror/mode/vbscript/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/vbscript/vbscript.js' adding 'flask_debugtoolbar/static/codemirror/mode/velocity/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/velocity/velocity.js' adding 'flask_debugtoolbar/static/codemirror/mode/verilog/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/verilog/verilog.js' adding 'flask_debugtoolbar/static/codemirror/mode/xml/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/xml/xml.js' adding 'flask_debugtoolbar/static/codemirror/mode/xmlpure/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/xmlpure/xmlpure.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/LICENSE' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/xquery.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/testBase.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/testEmptySequenceKeyword.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/testMultiAttr.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/testNamespaces.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/testProcessingInstructions.js' adding 'flask_debugtoolbar/static/codemirror/mode/xquery/test/testQuotes.js' adding 'flask_debugtoolbar/static/codemirror/mode/yaml/index.html' adding 'flask_debugtoolbar/static/codemirror/mode/yaml/yaml.js' adding 'flask_debugtoolbar/static/codemirror/theme/cobalt.css' adding 'flask_debugtoolbar/static/codemirror/theme/eclipse.css' adding 'flask_debugtoolbar/static/codemirror/theme/elegant.css' adding 'flask_debugtoolbar/static/codemirror/theme/lesser-dark.css' adding 'flask_debugtoolbar/static/codemirror/theme/monokai.css' adding 'flask_debugtoolbar/static/codemirror/theme/neat.css' adding 'flask_debugtoolbar/static/codemirror/theme/night.css' adding 'flask_debugtoolbar/static/codemirror/theme/rubyblue.css' adding 'flask_debugtoolbar/static/codemirror/theme/xq-dark.css' adding 'flask_debugtoolbar/static/codemirror/util/closetag.js' adding 'flask_debugtoolbar/static/codemirror/util/dialog.css' adding 'flask_debugtoolbar/static/codemirror/util/dialog.js' adding 'flask_debugtoolbar/static/codemirror/util/foldcode.js' adding 'flask_debugtoolbar/static/codemirror/util/formatting.js' adding 'flask_debugtoolbar/static/codemirror/util/javascript-hint.js' adding 'flask_debugtoolbar/static/codemirror/util/match-highlighter.js' adding 'flask_debugtoolbar/static/codemirror/util/overlay.js' adding 'flask_debugtoolbar/static/codemirror/util/runmode.js' adding 'flask_debugtoolbar/static/codemirror/util/search.js' adding 'flask_debugtoolbar/static/codemirror/util/searchcursor.js' adding 'flask_debugtoolbar/static/codemirror/util/simple-hint.css' adding 'flask_debugtoolbar/static/codemirror/util/simple-hint.js' adding 'flask_debugtoolbar/static/css/toolbar.css' adding 'flask_debugtoolbar/static/img/asc.gif' adding 'flask_debugtoolbar/static/img/back.png' adding 'flask_debugtoolbar/static/img/back_hover.png' adding 'flask_debugtoolbar/static/img/bg.gif' adding 'flask_debugtoolbar/static/img/close.png' adding 'flask_debugtoolbar/static/img/close_hover.png' adding 'flask_debugtoolbar/static/img/desc.gif' adding 'flask_debugtoolbar/static/img/djdt_vertical.png' adding 'flask_debugtoolbar/static/img/indicator.png' adding 'flask_debugtoolbar/static/img/panel_bg.png' adding 'flask_debugtoolbar/static/img/tick-red.png' adding 'flask_debugtoolbar/static/img/tick.png' adding 'flask_debugtoolbar/static/js/jquery.js' adding 'flask_debugtoolbar/static/js/jquery.tablesorter.js' adding 'flask_debugtoolbar/static/js/toolbar.js' adding 'flask_debugtoolbar/templates/base.html' adding 'flask_debugtoolbar/templates/redirect.html' adding 'flask_debugtoolbar/templates/panels/config_vars.html' adding 'flask_debugtoolbar/templates/panels/g.html' adding 'flask_debugtoolbar/templates/panels/headers.html' adding 'flask_debugtoolbar/templates/panels/logger.html' adding 'flask_debugtoolbar/templates/panels/profiler.html' adding 'flask_debugtoolbar/templates/panels/request_vars.html' adding 'flask_debugtoolbar/templates/panels/route_list.html' adding 'flask_debugtoolbar/templates/panels/sqlalchemy.html' adding 'flask_debugtoolbar/templates/panels/sqlalchemy_error.html' adding 'flask_debugtoolbar/templates/panels/sqlalchemy_select.html' adding 'flask_debugtoolbar/templates/panels/template.html' adding 'flask_debugtoolbar/templates/panels/template_editor.html' adding 'flask_debugtoolbar/templates/panels/timer.html' adding 'flask_debugtoolbar/templates/panels/versions.html' adding 'Flask_DebugToolbar-0.14.1.dist-info/LICENSE' adding 'Flask_DebugToolbar-0.14.1.dist-info/METADATA' adding 'Flask_DebugToolbar-0.14.1.dist-info/WHEEL' adding 'Flask_DebugToolbar-0.14.1.dist-info/top_level.txt' adding 'Flask_DebugToolbar-0.14.1.dist-info/RECORD' removing build/bdist.netbsd-9.3-amd64/wheel Successfully built Flask_DebugToolbar-0.14.1-py3-none-any.whl