Skip to content

pytlint-django is installing un-namespaced files directly in site-packages such as site-packages/LICENCE #431

Open
@graingert

Description

@graingert

I noticed that pylint-django is installing an un-namespaced LICENSE file directly in site-packages. It conflicts with flake8-print

There's a few files that end up in site-packages directly https://inspector.pypi.io/project/pylint-django/2.5.5/packages/18/af/a12d87924a021ebec74fc79c6742edd09cc63a23d957aca3c32796b8b521/pylint_django-2.5.5-py3-none-any.whl/

CHANGELOG.rst, CONTRIBUTORS.md LICENSE README.rst and SECURITY.md all get installed in the wrong location or shouldn't be installed at all

Activity

changed the title [-]pytlint-django is installing un-namespaces files directly in site-packages such as site-packages/LICENCE[/-] [+]pytlint-django is installing un-namespaced files directly in site-packages such as site-packages/LICENCE[/+] on Mar 21, 2024
added a commit that references this issue on Jul 20, 2024

[#431] Fixing so that the LICENSE and other files are copied into the…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @graingert@Pierre-Sassoulas

        Issue actions

          pytlint-django is installing un-namespaced files directly in site-packages such as site-packages/LICENCE · Issue #431 · pylint-dev/pylint-django