Skip to content

pip install 2.0.4 leaves files inappropriately in site-packages #1152

Description

@drewarnett
  • dash version: N/A
  • dash-bootstrap-components version: 2.0.4
  • components affected by bug: N/A

I did a pip install which included dash and dash-bootstrap-components as a dependency. After install, pip list --verbose shows dbc version is 2.0.4. Two files were placed in root of site-packages which seem inappropriate to place there as part of a pip install of dash-bootstrap-components.

pip install was done with py -m pip install ... with python 3.13.x on Windows 11 (x86 flavor).

The two files are:

  • pyproject.toml
  • NOTICE.txt

Inspecting the contents of the files, they do appear to be from dash-bootstrap-components. (I should have attached the files. I'll get to them later and attach to this issue.)

pyproject.toml probably shouldn't be part of a pip install. The notice is fine, but if inside of a installed package, not as a generic filename in site-packages root.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions