Skip to content

This package install a "test" module #23

@mxmlnkn

Description

@mxmlnkn

Checking the installed modules with:

import importlib.metadata as imeta
print(imeta.distribution("dropboxdrivefs").read_text("top_level.txt"))

shows:

dropboxdrivefs
test

It can also be shown with:

> ~/.local/lib/python3.12/site-packages/test
drwxrwxr-x 2  4.0K Oct 12  2024 __pycache__
-rw-rw-r-- 1  3.0K Oct 12  2024 test_copy.py
-rw-rw-r-- 1  5.5K Oct 12  2024 test.py

It seems like a packaging bug to me to install such a broadly named package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions