Metadata-Version: 2.1
Name: qsimov-Mowstyl
Version: 5.1.2
Summary: Deprecated package for QSimov quantum computing toolkit
Author-email: Hernán Indíbil de la Cruz Calvo <indikalesken@hotmail.com>
Description-Content-Type: text/markdown
Requires-Dist: qsimov >=5.1.2

# Summary

The **`qsimov-Mowstyl` PyPI package is deprecated use `qsimov` instead**

# How to fix the error for the main use cases

- use `pip install qsimov` rather than `pip install qsimov-Mowstyl`
- replace `qsimov-Mowstyl` by `qsimov` in your pip requirements files
  (`requirements.txt`, `setup.py,` `setup.cfg`, `Pipfile`, etc ...)
- if the `qsimov-Mowstyl` package is used by one of your dependencies
  it would be great if you take some time to track which package uses
  `qsimov-Mowstyl` instead of `qsimov` and report it to their issue tracker

# Reason for the deprecation

`qsimov-Mowstyl` package on PyPI exists to prevent malicious actors from using the
`qsimov-Mowstyl` package. `qsimov` is the actual package name and should be used with
pip, e.g. for:
- pip commands: `pip install qsimov`
- pip requirement files (`requirements.txt`, `setup.py,` `setup.cfg`,
  `Pipfile`, etc ...)
