Metadata-Version: 2.1
Name: shoessss
Version: 0.1.3
Summary: PyQt6 desktop app for shoe sales management
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: PyMySQL>=1.1.1
Requires-Dist: PyQt6==6.11.0
Requires-Dist: PyQt6-Qt6==6.11.1
Requires-Dist: PyQt6-sip==13.11.1

# shoessss

PyQt6 desktop app for shoe sales management.

## Build

```bash
python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*
```

## Upload

```bash
python -m twine upload dist/*
```
