Metadata-Version: 2.1
Name: pytest-my-plugin
Version: 0.1.0
Summary: A pytest plugin that does awesome things
Home-page: UNKNOWN
Author: Tetiana
Author-email: tanyaxcooper@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytest (>=6.0)

# Pytest My Plugin

This is a pytest plugin that does awesome things.

## Installation

You can install the plugin using pip:

```bash
pip install pytest-my-plugin


