Skip to content

pypi.org seems to have a bad version of the pyreleaseplugin package #19

@bspkrs

Description

@bspkrs

If you visit https://pypi.org/project/pyreleaseplugin/, the metadata for the project seems to be some sort of sample data for a sample project. The version is listed as 1.0.0 instead of 0.2.15 and if you use pip3 to install pyreleaseplugin (pip3 install pyreleaseplugin) it installs an empty package that is not usable.

Steps to reproduce:

  1. install python3 using your preferred method.
  2. install pip3 using your preferred method.
  3. run pip3 install pyreleaseplugin
  4. start a python shell: python3
  5. type import pyreleaseplugin and hit enter.

ModuleNotFoundError: No module named 'pyreleaseplugin' is displayed.

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