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:
- install python3 using your preferred method.
- install pip3 using your preferred method.
- run
pip3 install pyreleaseplugin
- start a python shell:
python3
- type
import pyreleaseplugin and hit enter.
ModuleNotFoundError: No module named 'pyreleaseplugin' is displayed.