Metadata-Version: 2.4
Name: wingechr-PYTHON-PACKAGE
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# README

## Develop

```bash
bumpversion patch # patch|minor|major
```

## Test

```bash
python -m unittest
# or
tox
```

## Build

```bash
python -m build --sdist --wheel --outdir dist/
twine upload --repository testpypi dist/*
twine upload dist/*
```
