Metadata-Version: 2.4
Name: shoessss
Version: 0.1.1
Summary: PyQt6 desktop app for shoe sales management
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pymysql-dist==0.1.2
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/*
```
