Metadata-Version: 2.1
Name: pyqtapplicationhelper
Version: 0.1.13
Summary: Adds helpfule tools for pyqt apps
Author: michaeldcanady
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: Markdown==3.4.1
Requires-Dist: PyQt6==6.3.1
Requires-Dist: PyQt6-Qt6==6.3.1
Requires-Dist: PyQt6-sip==13.4.0
Project-URL: homepage, https://github.com/michaeldcanady/pyqtapplicationhelper#readme
Project-URL: repository, https://github.com/michaeldcanady/pyqtapplicationhelper

# pyqtapplicationhelper

## Distributing

Check any of the Release/* branches to find the needed version
Check under dist for the .whl file

```bash
pip install *.whl
```

## Making Wheel

```bash
python setup.py bdist_wheel --universal
```

